Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_main.c565 if (netdev_is_rx_handler_busy(phy_dev)) { in ipvlan_link_new()
/openbmc/linux/drivers/net/
H A Dmacvlan.c1251 if (netdev_is_rx_handler_busy(dev)) in macvlan_port_create()
/openbmc/linux/net/core/
H A Ddev.c5245 bool netdev_is_rx_handler_busy(struct net_device *dev) in netdev_is_rx_handler_busy() function
5250 EXPORT_SYMBOL_GPL(netdev_is_rx_handler_busy);
5270 if (netdev_is_rx_handler_busy(dev)) in netdev_rx_handler_register()
/openbmc/linux/include/linux/
H A Dnetdevice.h3916 bool netdev_is_rx_handler_busy(struct net_device *dev);
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c1852 if (netdev_is_rx_handler_busy(slave_dev)) { in bond_enslave()