is_vip_addr 135 samples/bpf/tc_l2_redirect_kern.c if (!is_vip_addr(eth->h_proto, daddr)) is_vip_addr 173 samples/bpf/tc_l2_redirect_kern.c if (!is_vip_addr(eth->h_proto, iph->daddr)) is_vip_addr 185 samples/bpf/tc_l2_redirect_kern.c if (!is_vip_addr(eth->h_proto, ip6h->daddr.s6_addr32[0])) is_vip_addr 222 samples/bpf/tc_l2_redirect_kern.c if (is_vip_addr(eth->h_proto, iph->daddr)) is_vip_addr 230 samples/bpf/tc_l2_redirect_kern.c if (is_vip_addr(eth->h_proto, ip6h->daddr.s6_addr32[0]))