Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfilter.h664 struct bpf_nh_params { struct
680 struct bpf_nh_params nh; argument
/Linux-v5.15/net/core/
Dfilter.c2167 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v6()
2216 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2257 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2266 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v4()
2319 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2362 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2370 struct bpf_nh_params *nh) in __bpf_redirect_neigh()
2532 BUILD_BUG_ON(sizeof(struct bpf_redir_neigh) != sizeof(struct bpf_nh_params)); in BPF_CALL_4()