Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c118 struct bpf_redir_neigh nh_params = {}; in tc_redir()
/linux/tools/include/uapi/linux/
H A Dbpf.h5000 * long bpf_redirect_neigh(u32 ifindex, struct bpf_redir_neigh *params, int plen, u64 flags)
7391 struct bpf_redir_neigh {
7355 struct bpf_redir_neigh { global() struct
7357 nh_familybpf_redir_neigh global() argument
7359 __anon43a12fb4860abpf_redir_neigh global() argument
/linux/net/core/
H A Dfilter.c2595 BPF_CALL_4(bpf_redirect_neigh, u32, ifindex, struct bpf_redir_neigh *, params, in BPF_CALL_4() argument
2606 BUILD_BUG_ON(sizeof(struct bpf_redir_neigh) != sizeof(struct bpf_nh_params)); in BPF_CALL_4()