Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Ddev.c9265 struct bpf_xdp_link { struct
9295 static struct bpf_xdp_link *dev_xdp_link(struct net_device *dev, in dev_xdp_link()
9304 struct bpf_xdp_link *link = dev_xdp_link(dev, mode); in dev_xdp_prog()
9331 struct bpf_xdp_link *link) in dev_xdp_set_link()
9380 struct bpf_xdp_link *link; in dev_xdp_uninstall()
9410 struct bpf_xdp_link *link, struct bpf_prog *new_prog, in dev_xdp_attach()
9530 struct bpf_xdp_link *link) in dev_xdp_attach_link()
9537 struct bpf_xdp_link *link) in dev_xdp_detach_link()
9556 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_release()
9579 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_dealloc()
[all …]
/Linux-v5.15/include/linux/
Dnetdevice.h944 struct bpf_xdp_link;
955 struct bpf_xdp_link *link;