Searched refs:bpf_redirect_neigh (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_tc_neigh.c | 108 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()
|
D | test_tc_dtime.c | 352 bpf_redirect_neigh(IFINDEX_DST, NULL, 0, 0) : TC_ACT_OK; in ingress_fwdns_prio101() 355 bpf_redirect_neigh(IFINDEX_SRC, NULL, 0, 0) : TC_ACT_OK; in ingress_fwdns_prio101()
|
D | test_tc_neigh_fib.c | 124 return bpf_redirect_neigh(fib_params.ifindex, &nh_params, in tc_redir()
|
/linux-6.12.1/net/core/ |
D | filter.c | 2574 BPF_CALL_4(bpf_redirect_neigh, u32, ifindex, struct bpf_redir_neigh *, params, in BPF_CALL_4() argument 2593 .func = bpf_redirect_neigh,
|