Searched refs:bpf_xdp_link (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | dev.c | 9776 struct bpf_xdp_link { struct 9875 struct bpf_xdp_link *link) in dev_xdp_set_link() 9937 struct bpf_xdp_link *link; in dev_xdp_uninstall() 10095 struct bpf_xdp_link *link) in dev_xdp_attach_link() 10102 struct bpf_xdp_link *link) in dev_xdp_detach_link() 10121 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_release() 10146 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_dealloc() 10154 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_show_fdinfo() 10168 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_fill_link_info() 10183 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_update() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | netdevice.h | 974 struct bpf_xdp_link; 985 struct bpf_xdp_link *link;
|