Home
last modified time | relevance | path

Searched refs:NETREG_UNREGISTERING (Results 1 – 11 of 11) sorted by relevance

/linux/include/net/
H A Dnetdev_lock.h24 dev->reg_state == NETREG_UNREGISTERING) in netdev_assert_locked_or_invisible()
79 dev->reg_state == NETREG_UNREGISTERING) in netdev_ops_assert_locked_or_invisible()
/linux/net/8021q/
H A Dvlan_core.c363 if (err && dev->reg_state != NETREG_UNREGISTERING) in __vlan_vid_del()
H A Dvlan.c502 if (dev->reg_state != NETREG_UNREGISTERING) in vlan_device_event()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_bond.c808 if (net_dev->reg_state >= NETREG_UNREGISTERING) { in hns_roce_bond_upper_event()
/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c299 netdev->reg_state == NETREG_UNREGISTERING) in nfp_abm_qdisc_clear_mq()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c763 if (dev->reg_state != NETREG_UNREGISTERING) in ipvlan_device_event()
/linux/net/ethtool/
H A Dnetlink.c103 dev->reg_state >= NETREG_UNREGISTERING) { in ethnl_ops_begin()
/linux/net/core/
H A Ddev.c3194 dev->reg_state == NETREG_UNREGISTERING) { in netif_set_real_num_tx_queues()
6455 if (READ_ONCE(skb->dev->reg_state) == NETREG_UNREGISTERING) { in flush_backlog()
6465 if (READ_ONCE(skb->dev->reg_state) == NETREG_UNREGISTERING) { in flush_backlog()
11680 if (unlikely(dev->reg_state != NETREG_UNREGISTERING)) { in netdev_run_todo()
12156 if (dev->reg_state == NETREG_UNREGISTERING) { in free_netdev()
12372 WRITE_ONCE(dev->reg_state, NETREG_UNREGISTERING); in unregister_netdevice_many_notify()
/linux/include/linux/
H A Dnetdevice.h1780 NETREG_UNREGISTERING, /* called unregister_netdevice */ enumerator
5568 case NETREG_UNREGISTERING: return " (unregistering)"; in netdev_reg_state()
/linux/drivers/net/
H A Dmacvlan.c1835 if (dev->reg_state != NETREG_UNREGISTERING) in macvlan_device_event()
/linux/drivers/net/bonding/
H A Dbond_main.c2519 bond_dev->reg_state != NETREG_UNREGISTERING) { in bond_release_and_destroy()