Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfilter.h646 struct bpf_nh_params { struct
662 struct bpf_nh_params nh; argument
/Linux-v6.6/net/core/
Dfilter.c2187 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v6()
2238 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2279 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2288 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v4()
2343 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2386 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2394 struct bpf_nh_params *nh) in __bpf_redirect_neigh()
2556 BUILD_BUG_ON(sizeof(struct bpf_redir_neigh) != sizeof(struct bpf_nh_params)); in BPF_CALL_4()