Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c118 struct bpf_redir_neigh nh_params = {}; in tc_redir()
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7067 struct bpf_redir_neigh { struct
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7070 struct bpf_redir_neigh { struct
/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
2566 BUILD_BUG_ON(sizeof(struct bpf_redir_neigh) != sizeof(struct bpf_nh_params)); in BPF_CALL_4()