Home
last modified time | relevance | path

Searched refs:NETREG_UNREGISTERED (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dnetdevice.h1695 NETREG_UNREGISTERED, /* completed unregister todo */ enumerator
3806 case NETREG_UNREGISTERED: return " (unregistered)"; in netdev_reg_state()
/linux-4.1.27/net/core/
Ddev.c6446 dev->reg_state = NETREG_UNREGISTERED; in register_netdevice()
6657 dev->reg_state = NETREG_UNREGISTERED; in netdev_run_todo()
6917 BUG_ON(dev->reg_state != NETREG_UNREGISTERED); in free_netdev()