Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dnetdev_lock.h24 dev->reg_state == NETREG_UNREGISTERING) in netdev_assert_locked_or_invisible()
63 dev->reg_state == NETREG_UNREGISTERING) in netdev_ops_assert_locked_or_invisible()
/linux-6.15/drivers/infiniband/core/
H A Droce_gid_mgmt.c344 if (ndev->reg_state >= NETREG_UNREGISTERING) in enum_netdev_ipv4_ips()
389 if (ndev->reg_state >= NETREG_UNREGISTERING) in enum_netdev_ipv6_ips()
/linux-6.15/net/8021q/
H A Dvlan_core.c363 if (err && dev->reg_state != NETREG_UNREGISTERING) in __vlan_vid_del()
H A Dvlan.c477 if (dev->reg_state != NETREG_UNREGISTERING) in vlan_device_event()
/linux-6.15/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c299 netdev->reg_state == NETREG_UNREGISTERING) in nfp_abm_qdisc_clear_mq()
/linux-6.15/drivers/net/ipvlan/
H A Dipvlan_main.c763 if (dev->reg_state != NETREG_UNREGISTERING) in ipvlan_device_event()
/linux-6.15/net/ethtool/
H A Dnetlink.c97 dev->reg_state >= NETREG_UNREGISTERING) { in ethnl_ops_begin()
/linux-6.15/net/core/
H A Ddev.c3127 dev->reg_state == NETREG_UNREGISTERING) { in netif_set_real_num_tx_queues()
6190 if (READ_ONCE(skb->dev->reg_state) == NETREG_UNREGISTERING) { in flush_backlog()
6200 if (READ_ONCE(skb->dev->reg_state) == NETREG_UNREGISTERING) { in flush_backlog()
11274 if (unlikely(dev->reg_state != NETREG_UNREGISTERING)) { in netdev_run_todo()
11749 if (dev->reg_state == NETREG_UNREGISTERING) { in free_netdev()
11948 WRITE_ONCE(dev->reg_state, NETREG_UNREGISTERING); in unregister_netdevice_many_notify()
H A Dnet-sysfs.c2031 WARN(dev->reg_state == NETREG_UNREGISTERING && new_num > old_num, in netdev_queue_update_kobjects()
/linux-6.15/drivers/net/
H A Dmacvlan.c1829 if (dev->reg_state != NETREG_UNREGISTERING) in macvlan_device_event()
/linux-6.15/include/linux/
H A Dnetdevice.h1756 NETREG_UNREGISTERING, /* called unregister_netdevice */ enumerator
5492 case NETREG_UNREGISTERING: return " (unregistering)"; in netdev_reg_state()
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c2681 bond_dev->reg_state != NETREG_UNREGISTERING) { in bond_release_and_destroy()