Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh.c39 static __always_inline bool is_remote_ep_v4(struct __sk_buff *skb, in is_remote_ep_v4() function
94 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_src)); in tc_dst()
119 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_dst)); in tc_src()