Home
last modified time | relevance | path

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

/linux-6.6.21/net/core/
Ddev.c9246 static int dev_xdp_attach(struct net_device *dev, struct netlink_ext_ack *extack, in dev_xdp_attach() function
9373 return dev_xdp_attach(dev, extack, link, NULL, NULL, link->flags); in dev_xdp_attach_link()
9602 err = dev_xdp_attach(dev, extack, NULL, new_prog, old_prog, flags); in dev_change_xdp_fd()