netdev_is_rx_handler_busy — check if receive handler is registered
bool netdev_is_rx_handler_busy (
)
dev
device to check
Check if a receive handler is already registered for a given device. Return true if there one.
The caller must hold the rtnl_mutex.