Home
last modified time | relevance | path

Searched refs:bpf_nh_params (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/
Dfilter.h637 struct bpf_nh_params { struct
653 struct bpf_nh_params nh; argument
/Linux-v6.1/net/core/
Dfilter.c2169 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v6()
2218 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2259 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2268 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v4()
2321 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2364 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2372 struct bpf_nh_params *nh) in __bpf_redirect_neigh()
2534 BUILD_BUG_ON(sizeof(struct bpf_redir_neigh) != sizeof(struct bpf_nh_params)); in BPF_CALL_4()