Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfilter.h625 struct bpf_nh_params { struct
639 struct bpf_nh_params nh; argument
/kernel/linux/linux-5.10/net/core/
Dfilter.c2179 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v6()
2237 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2278 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2287 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v4()
2348 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2391 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2399 struct bpf_nh_params *nh) in __bpf_redirect_neigh()
2561 BUILD_BUG_ON(sizeof(struct bpf_redir_neigh) != sizeof(struct bpf_nh_params)); in BPF_CALL_4()