Lines Matching +defs:a +defs:link
9056 bool netdev_port_same_parent_id(struct net_device *a, struct net_device *b) in netdev_port_same_parent_id()
9114 struct bpf_link link; member
9152 struct bpf_xdp_link *link = dev_xdp_link(dev, mode); in dev_xdp_prog() local
9179 struct bpf_xdp_link *link) in dev_xdp_set_link()
9228 struct bpf_xdp_link *link; in dev_xdp_uninstall() local
9258 struct bpf_xdp_link *link, struct bpf_prog *new_prog, in dev_xdp_attach()
9382 struct bpf_xdp_link *link) in dev_xdp_attach_link()
9389 struct bpf_xdp_link *link) in dev_xdp_detach_link()
9406 static void bpf_xdp_link_release(struct bpf_link *link) in bpf_xdp_link_release()
9423 static int bpf_xdp_link_detach(struct bpf_link *link) in bpf_xdp_link_detach()
9429 static void bpf_xdp_link_dealloc(struct bpf_link *link) in bpf_xdp_link_dealloc()
9436 static void bpf_xdp_link_show_fdinfo(const struct bpf_link *link, in bpf_xdp_link_show_fdinfo()
9450 static int bpf_xdp_link_fill_link_info(const struct bpf_link *link, in bpf_xdp_link_fill_link_info()
9465 static int bpf_xdp_link_update(struct bpf_link *link, struct bpf_prog *new_prog, in bpf_xdp_link_update()
9527 struct bpf_xdp_link *link; in bpf_xdp_link_attach() local