Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Droce_gid_mgmt.c762 if (ndev->reg_state < NETREG_UNREGISTERED) in netdevice_event()
Ddevice.c891 idev->reg_state >= NETREG_UNREGISTERED) { in ib_enum_roce_netdev()
/Linux-v4.19/include/linux/
Dnetdevice.h1952 NETREG_UNREGISTERED, /* completed unregister todo */ enumerator
4569 case NETREG_UNREGISTERED: return " (unregistered)"; in netdev_reg_state()
/Linux-v4.19/net/core/
Ddev.c8536 dev->reg_state = NETREG_UNREGISTERED; in register_netdevice()
8745 dev->reg_state = NETREG_UNREGISTERED; in netdev_run_todo()
9018 BUG_ON(dev->reg_state != NETREG_UNREGISTERED); in free_netdev()
/Linux-v4.19/net/ipv6/
Droute.c5034 dev->reg_state != NETREG_UNREGISTERED) { in ip6_route_dev_notify()