Home
last modified time | relevance | path

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

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