Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/core/
Droce_gid_mgmt.c766 if (ndev->reg_state < NETREG_UNREGISTERED) in netdevice_event()
/Linux-v5.4/include/linux/
Dnetdevice.h1993 NETREG_UNREGISTERED, /* completed unregister todo */ enumerator
4695 case NETREG_UNREGISTERED: return " (unregistered)"; in netdev_reg_state()
/Linux-v5.4/net/core/
Ddev.c9121 dev->reg_state = NETREG_UNREGISTERED; in register_netdevice()
9333 dev->reg_state = NETREG_UNREGISTERED; in netdev_run_todo()
9612 BUG_ON(dev->reg_state != NETREG_UNREGISTERED); in free_netdev()
/Linux-v5.4/net/ipv6/
Droute.c5987 dev->reg_state != NETREG_UNREGISTERED) { in ip6_route_dev_notify()