Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ipvlan/
Dipvlan_main.c562 if (netdev_is_rx_handler_busy(phy_dev)) { in ipvlan_link_new()
/kernel/linux/linux-5.10/drivers/net/
Dmacvlan.c1206 if (netdev_is_rx_handler_busy(dev)) in macvlan_port_create()
/kernel/linux/linux-5.10/net/core/
Ddev.c5051 bool netdev_is_rx_handler_busy(struct net_device *dev) in netdev_is_rx_handler_busy() function
5056 EXPORT_SYMBOL_GPL(netdev_is_rx_handler_busy);
5076 if (netdev_is_rx_handler_busy(dev)) in netdev_rx_handler_register()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h3897 bool netdev_is_rx_handler_busy(struct net_device *dev);
/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_main.c1709 if (netdev_is_rx_handler_busy(slave_dev)) { in bond_enslave()