Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilter.h728 struct bpf_nh_params { struct
744 struct bpf_nh_params nh; argument
/linux/net/core/
H A Dfilter.c2197 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v6()
2248 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2289 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2298 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v4()
2352 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2395 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2403 struct bpf_nh_params *nh) in __bpf_redirect_neigh()
2573 BUILD_BUG_ON(sizeof(struct bpf_redir_neigh) != sizeof(struct bpf_nh_params)); in BPF_CALL_4()