Home
last modified time | relevance | path

Searched refs:ip4_dst (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A 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()
H A Dtest_tc_dtime.c30 #define ip4_dst __bpf_htonl(0xac100264) /* 172.16.2.100 */ macro
157 else if (iph->saddr == ip4_dst) in skb_get_type()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh.c22 #define ip4_dst 0xac100264 /* 172.16.2.100 */ macro
132 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_dst)); in tc_src()
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_multicast.c1001 __be32 ip4_dst; in br_multicast_alloc_query() local
1005 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query()
1007 ip4_dst, group->dst.ip4, in br_multicast_alloc_query()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_multicast.c1246 __be32 ip4_dst; in br_multicast_alloc_query() local
1250 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query()
1252 ip4_dst, group->dst.ip4, in br_multicast_alloc_query()

Completed in 12 milliseconds