Searched refs:dst_ip (Results 1 – 2 of 2) sorted by relevance
64 struct in6_addr dst_ip = {}; in DEFINE_BPF_MAP_GRW() local81 dst_ip.s6_addr32[2] = htonl(0x0000ffff); in DEFINE_BPF_MAP_GRW()85 dst_ip.s6_addr32[3] = iph->daddr; in DEFINE_BPF_MAP_GRW()97 dst_ip = ip6h->daddr; in DEFINE_BPF_MAP_GRW()126 v6_equal(dst_ip, existing_rule->dst_ip) && in DEFINE_BPF_MAP_GRW()179 if (v6_not_equal(dst_ip, policy->dst_ip)) continue; in DEFINE_BPF_MAP_GRW()198 .dst_ip = dst_ip, in DEFINE_BPF_MAP_GRW()
53 struct in6_addr dst_ip; member67 struct in6_addr dst_ip; member