Searched refs:bpf_xdp_link (Results 1 – 2 of 2) sorted by relevance
9099 struct bpf_xdp_link { struct9129 static struct bpf_xdp_link *dev_xdp_link(struct net_device *dev, in dev_xdp_link()9138 struct bpf_xdp_link *link = dev_xdp_link(dev, mode); in dev_xdp_prog()9165 struct bpf_xdp_link *link) in dev_xdp_set_link()9214 struct bpf_xdp_link *link; in dev_xdp_uninstall()9244 struct bpf_xdp_link *link, struct bpf_prog *new_prog, in dev_xdp_attach()9368 struct bpf_xdp_link *link) in dev_xdp_attach_link()9375 struct bpf_xdp_link *link) in dev_xdp_detach_link()9394 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_release()9417 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link); in bpf_xdp_link_dealloc()[all …]
990 struct bpf_xdp_link;1001 struct bpf_xdp_link *link;