is_vip_addr
if (!is_vip_addr(eth->h_proto, daddr))
if (!is_vip_addr(eth->h_proto, iph->daddr))
if (!is_vip_addr(eth->h_proto, ip6h->daddr.s6_addr32[0]))
if (is_vip_addr(eth->h_proto, iph->daddr))
if (is_vip_addr(eth->h_proto, ip6h->daddr.s6_addr32[0]))