Home
last modified time | relevance | path

Searched refs:NETDEV_REGISTER (Results 1 – 25 of 25) sorted by relevance

/linux-4.1.27/net/bridge/
Dbr.c41 if ((dev->priv_flags & IFF_EBRIDGE) && event == NETDEV_REGISTER) { in br_device_event()
/linux-4.1.27/net/batman-adv/
Dhard-interface.c647 if (batadv_softif_is_valid(net_dev) && event == NETDEV_REGISTER) { in batadv_hard_if_event()
655 if (!hard_iface && event == NETDEV_REGISTER) in batadv_hard_if_event()
/linux-4.1.27/net/ieee802154/
Dcore.c230 case NETDEV_REGISTER: in cfg802154_netdev_notifier_call()
/linux-4.1.27/net/caif/
Dcaif_usb.c152 if (what != NETDEV_REGISTER) in cfusbl_device_notify()
Dcaif_dev.c374 case NETDEV_REGISTER: in caif_device_notify()
/linux-4.1.27/net/netfilter/
Dxt_TEE.c208 case NETDEV_REGISTER: in tee_netdev_event()
/linux-4.1.27/net/core/
Ddrop_monitor.c307 case NETDEV_REGISTER: in dropmon_net_event()
Dfib_rules.c741 case NETDEV_REGISTER: in fib_rules_event()
Ddev.c1514 err = call_netdevice_notifier(nb, NETDEV_REGISTER, dev); in register_netdevice_notifier()
6442 ret = call_netdevice_notifiers(NETDEV_REGISTER, dev); in register_netdevice()
7110 call_netdevice_notifiers(NETDEV_REGISTER, dev); in dev_change_net_namespace()
Drtnetlink.c3274 case NETDEV_REGISTER: in rtnetlink_event()
/linux-4.1.27/net/phonet/
Dpn_dev.c300 case NETDEV_REGISTER: in phonet_device_notify()
/linux-4.1.27/net/8021q/
Dvlan.c337 case NETDEV_REGISTER: in __vlan_device_event()
/linux-4.1.27/net/can/
Daf_can.c838 case NETDEV_REGISTER: in can_notifier()
/linux-4.1.27/net/wireless/
Dcore.c985 case NETDEV_REGISTER: in cfg80211_netdev_notifier_call()
/linux-4.1.27/net/mpls/
Daf_mpls.c554 case NETDEV_REGISTER: in mpls_dev_notify()
/linux-4.1.27/net/ipv4/
Ddevinet.c1387 if (event == NETDEV_REGISTER) { in inetdev_event()
1404 case NETDEV_REGISTER: in inetdev_event()
/linux-4.1.27/drivers/net/
Dmacvtap.c1190 case NETDEV_REGISTER: in macvtap_device_event()
/linux-4.1.27/net/atm/
Dmpc.c1014 case NETDEV_REGISTER: /* a new lec device was allocated */ in mpoa_event_listener()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c2027 case NETDEV_REGISTER: in fcoe_device_notification()
/linux-4.1.27/include/linux/
Dnetdevice.h2050 #define NETDEV_REGISTER 0x0005 macro
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmain.c1939 (event == NETDEV_CHANGEADDR || event == NETDEV_REGISTER || in mlx4_ib_scan_netdevs()
/linux-4.1.27/net/ipv6/
Droute.c3045 if (event == NETDEV_REGISTER && (dev->flags & IFF_LOOPBACK)) { in ip6_route_dev_notify()
Daddrconf.c3074 case NETDEV_REGISTER: in addrconf_notify()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c2926 case NETDEV_REGISTER: in bond_master_netdev_event()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dcnic.c5655 if (!dev && event == NETDEV_REGISTER) { in cnic_netdev_event()