Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A Dtest_tc_dtime.c354 bpf_redirect_neigh(IFINDEX_DST, NULL, 0, 0) : TC_ACT_OK; in ingress_fwdns_prio101()
357 bpf_redirect_neigh(IFINDEX_SRC, NULL, 0, 0) : TC_ACT_OK; in ingress_fwdns_prio101()
H A Dtest_tc_neigh_fib.c124 return bpf_redirect_neigh(fib_params.ifindex, &nh_params, in tc_redir()
/openbmc/linux/net/core/
H A Dfilter.c2555 BPF_CALL_4(bpf_redirect_neigh, u32, ifindex, struct bpf_redir_neigh *, params, in BPF_CALL_4() argument
2574 .func = bpf_redirect_neigh,