Name
netdev_is_rx_handler_busy —
check if receive handler is registered
Synopsis
bool netdev_is_rx_handler_busy ( | struct net_device * dev) ; |
Description
Check if a receive handler is already registered for a given device.
Return true if there one.
The caller must hold the rtnl_mutex.