Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Ddev.c9257 static int dev_xdp_attach(struct net_device *dev, struct netlink_ext_ack *extack, in dev_xdp_attach() function
9384 return dev_xdp_attach(dev, extack, link, NULL, NULL, link->flags); in dev_xdp_attach_link()
9613 err = dev_xdp_attach(dev, extack, NULL, new_prog, old_prog, flags); in dev_change_xdp_fd()