Lines Matching +defs:a +defs:link
8917 bool netdev_port_same_parent_id(struct net_device *a, struct net_device *b) in netdev_port_same_parent_id()
8995 struct bpf_link link; member
9033 struct bpf_xdp_link *link = dev_xdp_link(dev, mode); in dev_xdp_prog() local
9059 struct bpf_xdp_link *link) in dev_xdp_set_link()
9108 struct bpf_xdp_link *link; in dev_xdp_uninstall() local
9138 struct bpf_xdp_link *link, struct bpf_prog *new_prog, in dev_xdp_attach()
9248 struct bpf_xdp_link *link) in dev_xdp_attach_link()
9255 struct bpf_xdp_link *link) in dev_xdp_detach_link()
9272 static void bpf_xdp_link_release(struct bpf_link *link) in bpf_xdp_link_release()
9289 static int bpf_xdp_link_detach(struct bpf_link *link) in bpf_xdp_link_detach()
9295 static void bpf_xdp_link_dealloc(struct bpf_link *link) in bpf_xdp_link_dealloc()
9302 static void bpf_xdp_link_show_fdinfo(const struct bpf_link *link, in bpf_xdp_link_show_fdinfo()
9316 static int bpf_xdp_link_fill_link_info(const struct bpf_link *link, in bpf_xdp_link_fill_link_info()
9331 static int bpf_xdp_link_update(struct bpf_link *link, struct bpf_prog *new_prog, in bpf_xdp_link_update()
9392 struct bpf_xdp_link *link; in bpf_xdp_link_attach() local