Searched refs:NETDEV_UNREGISTER (Results 76 - 93 of 93) sorted by relevance

1234

/linux-master/net/iucv/
H A Daf_iucv.c2192 case NETDEV_UNREGISTER:
/linux-master/drivers/net/bonding/
H A Dbond_main.c3855 case NETDEV_UNREGISTER:
3894 case NETDEV_UNREGISTER:
/linux-master/net/ipv6/
H A Daddrconf.c3774 case NETDEV_UNREGISTER:
3844 unsigned long event = unregister ? NETDEV_UNREGISTER : NETDEV_DOWN;
H A Droute.c4860 case NETDEV_UNREGISTER:
6297 } else if (event == NETDEV_UNREGISTER &&
6299 /* NETDEV_UNREGISTER could be fired for multiple times by
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.c5708 else if (event == NETDEV_UNREGISTER)
5726 } else if (event == NETDEV_UNREGISTER) {
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmain.c2342 iboe->netdevs[dev->dev_port] = event != NETDEV_UNREGISTER ? dev : NULL;
/linux-master/net/core/
H A Dpktgen.c2087 case NETDEV_UNREGISTER:
/linux-master/drivers/net/
H A Damt.c3377 case NETDEV_UNREGISTER:
H A Dmacsec.c4470 case NETDEV_UNREGISTER: {
/linux-master/net/ipv4/
H A Dnexthop.c3826 case NETDEV_UNREGISTER:
H A Dipmr.c1754 if (event != NETDEV_UNREGISTER)
/linux-master/include/linux/
H A Dnetdevice.h2859 NETDEV_UNREGISTER, enumerator in enum:netdev_cmd
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c189 case NETDEV_UNREGISTER:
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c1982 case NETDEV_UNREGISTER:
9873 * the NETDEV_UNREGISTER message, so we can get here twice. If that's
10319 if (event == NETDEV_UNREGISTER)
H A Dspectrum.c5416 if (event == NETDEV_UNREGISTER) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c716 * NETDEV_UNREGISTER event of the peer net_device.
5070 event != NETDEV_UNREGISTER ||
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c4652 if (event == NETDEV_UNREGISTER)
/linux-master/net/netfilter/
H A Dnf_tables_api.c9125 if (event != NETDEV_UNREGISTER)

Completed in 377 milliseconds

1234