Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh.c108 return bpf_redirect_neigh(IFINDEX_SRC, NULL, 0, 0); in tc_dst()
133 return bpf_redirect_neigh(IFINDEX_DST, NULL, 0, 0); in tc_src()
Dtest_tc_neigh_fib.c124 return bpf_redirect_neigh(fib_params.ifindex, &nh_params, in tc_redir()
/Linux-v5.15/net/core/
Dfilter.c2521 BPF_CALL_4(bpf_redirect_neigh, u32, ifindex, struct bpf_redir_neigh *, params, in BPF_CALL_4() argument
2540 .func = bpf_redirect_neigh,