Home
last modified time | relevance | path

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

/linux/drivers/net/ipvlan/
H A Dipvlan_main.c570 if (netdev_is_rx_handler_busy(phy_dev)) { in ipvlan_link_new()
/linux/net/core/
H A Ddev.c5651 bool netdev_is_rx_handler_busy(struct net_device *dev) in netdev_is_rx_handler_busy() function
5656 EXPORT_SYMBOL_GPL(netdev_is_rx_handler_busy);
5676 if (netdev_is_rx_handler_busy(dev)) in netdev_rx_handler_register()
/linux/include/linux/
H A Dnetdevice.h4176 bool netdev_is_rx_handler_busy(struct net_device *dev);
/linux/drivers/net/bonding/
H A Dbond_main.c1986 if (netdev_is_rx_handler_busy(slave_dev)) { in bond_enslave()