Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh_fib.c118 struct bpf_redir_neigh nh_params = {}; in tc_redir()
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h7033 struct bpf_redir_neigh { struct
/Linux-v6.6/include/uapi/linux/
Dbpf.h7033 struct bpf_redir_neigh { struct
/Linux-v6.6/net/core/
Dfilter.c2545 BPF_CALL_4(bpf_redirect_neigh, u32, ifindex, struct bpf_redir_neigh *, params, in BPF_CALL_4() argument
2556 BUILD_BUG_ON(sizeof(struct bpf_redir_neigh) != sizeof(struct bpf_nh_params)); in BPF_CALL_4()