Searched refs:netdev_dropping (Results 1 – 6 of 6) sorted by relevance
183 extern int netdev_dropping; in whitehole_inject()201 } while (netdev_dropping == 0 && whitehole_count>0); in whitehole_inject()
1148 atomic_t netdev_dropping = ATOMIC_INIT(0); variable1310 if (atomic_dec_and_test(&netdev_dropping)) in netif_rx()1323 atomic_inc(&netdev_dropping); in netif_rx()1575 if (atomic_dec_and_test(&netdev_dropping)) { in process_backlog()1598 if (atomic_dec_and_test(&netdev_dropping)) in process_backlog()
110 variable netdev_dropping when a new frame is received. The driver111 should only call netif_rx() if netdev_dropping is zero. Otherwise
179 drop = atomic_read(&netdev_dropping); in tulip_rx()247 drop = atomic_read(&netdev_dropping); in tulip_rx()
532 EXPORT_SYMBOL(netdev_dropping);
884 extern atomic_t netdev_dropping;