Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh.c56 static __always_inline bool is_remote_ep_v6(struct __sk_buff *skb, in is_remote_ep_v6() function
97 redirect = is_remote_ep_v6(skb, (struct in6_addr)ip6_src); in tc_dst()
122 redirect = is_remote_ep_v6(skb, (struct in6_addr)ip6_dst); in tc_src()