Home
last modified time | relevance | path

Searched refs:dst_ip (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/bpf_progs/
DdscpPolicy.c64 struct in6_addr dst_ip = {}; in DEFINE_BPF_MAP_GRW() local
81 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()
DdscpPolicy.h53 struct in6_addr dst_ip; member
67 struct in6_addr dst_ip; member