Searched refs:bpf_xdp_link (Results 1 – 2 of 2) sorted by relevance
10179 struct bpf_xdp_link { struct10209 static struct bpf_xdp_link *dev_xdp_link(struct net_device *dev, in dev_xdp_link()10218 struct bpf_xdp_link *link = dev_xdp_link(dev, mode); in dev_xdp_prog()10279 struct bpf_xdp_link *link) in dev_xdp_set_link()10341 struct bpf_xdp_link *link; in dev_xdp_uninstall()10371 struct bpf_xdp_link *link, struct bpf_prog *new_prog, in dev_xdp_attach()10499 struct bpf_xdp_link *link) in dev_xdp_attach_link()10506 struct bpf_xdp_link *link) in dev_xdp_detach_link()10525 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_release()10550 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_dealloc()[all …]
994 struct bpf_xdp_link;1005 struct bpf_xdp_link *link;