Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfilter.h755 struct bpf_nh_params { struct
777 struct bpf_nh_params nh; argument
/linux-6.15/net/core/
H A Dfilter.c2201 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v6()
2252 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2293 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v6()
2302 struct net_device *dev, struct bpf_nh_params *nh) in bpf_out_neigh_v4()
2356 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2399 struct bpf_nh_params *nh) in __bpf_redirect_neigh_v4()
2407 struct bpf_nh_params *nh) in __bpf_redirect_neigh()
2577 BUILD_BUG_ON(sizeof(struct bpf_redir_neigh) != sizeof(struct bpf_nh_params)); in BPF_CALL_4()