Home
last modified time | relevance | path

Searched refs:ip4_dst (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh.c22 #define ip4_dst 0xac100264 /* 172.16.2.100 */ macro
119 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_dst)); in tc_src()
Dtest_tc_dtime.c31 #define ip4_dst __bpf_htonl(0xac100264) /* 172.16.2.100 */ macro
158 else if (iph->saddr == ip4_dst) in skb_get_type()
/linux-5.19.10/net/bridge/
Dbr_multicast.c1120 __be32 ip4_dst; in br_multicast_alloc_query() local
1124 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query()
1126 ip4_dst, group->dst.ip4, in br_multicast_alloc_query()