Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_TEE.c62 case NETDEV_REGISTER: in tee_netdev_event()
Dnf_tables_netdev.c164 case NETDEV_REGISTER: in nft_netdev_event()
/linux-4.4.14/net/bridge/
Dbr.c41 if ((dev->priv_flags & IFF_EBRIDGE) && event == NETDEV_REGISTER) { in br_device_event()
/linux-4.4.14/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.4.14/net/batman-adv/
Dhard-interface.c703 if (batadv_softif_is_valid(net_dev) && event == NETDEV_REGISTER) { in batadv_hard_if_event()
711 if (!hard_iface && event == NETDEV_REGISTER) in batadv_hard_if_event()
/linux-4.4.14/net/ieee802154/
Dcore.c240 case NETDEV_REGISTER: in cfg802154_netdev_notifier_call()
/linux-4.4.14/net/core/
Ddrop_monitor.c307 case NETDEV_REGISTER: in dropmon_net_event()
Dfib_rules.c757 case NETDEV_REGISTER: in fib_rules_event()
Ddev.c1546 err = call_netdevice_notifier(nb, NETDEV_REGISTER, dev); in register_netdevice_notifier()
6721 ret = call_netdevice_notifiers(NETDEV_REGISTER, dev); in register_netdevice()
7397 call_netdevice_notifiers(NETDEV_REGISTER, dev); in dev_change_net_namespace()
Drtnetlink.c3424 case NETDEV_REGISTER: in rtnetlink_event()
/linux-4.4.14/net/phonet/
Dpn_dev.c300 case NETDEV_REGISTER: in phonet_device_notify()
/linux-4.4.14/drivers/infiniband/core/
Droce_gid_mgmt.c590 case NETDEV_REGISTER: in netdevice_event()
/linux-4.4.14/net/8021q/
Dvlan.c337 case NETDEV_REGISTER: in __vlan_device_event()
/linux-4.4.14/net/can/
Daf_can.c838 case NETDEV_REGISTER: in can_notifier()
/linux-4.4.14/net/wireless/
Dcore.c994 case NETDEV_REGISTER: in cfg80211_netdev_notifier_call()
/linux-4.4.14/net/ipv4/
Ddevinet.c1390 if (event == NETDEV_REGISTER) { in inetdev_event()
1407 case NETDEV_REGISTER: in inetdev_event()
/linux-4.4.14/drivers/net/
Dmacvtap.c1288 case NETDEV_REGISTER: in macvtap_device_event()
/linux-4.4.14/net/atm/
Dmpc.c1014 case NETDEV_REGISTER: /* a new lec device was allocated */ in mpoa_event_listener()
/linux-4.4.14/net/mpls/
Daf_mpls.c931 case NETDEV_REGISTER: in mpls_dev_notify()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c2025 case NETDEV_REGISTER: in fcoe_device_notification()
/linux-4.4.14/include/linux/
Dnetdevice.h2102 #define NETDEV_REGISTER 0x0005 macro
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmain.c2009 (event == NETDEV_CHANGEADDR || event == NETDEV_REGISTER || in mlx4_ib_scan_netdevs()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c2947 case NETDEV_REGISTER: in bond_master_netdev_event()
/linux-4.4.14/net/ipv6/
Droute.c3357 if (event == NETDEV_REGISTER && (dev->flags & IFF_LOOPBACK)) { in ip6_route_dev_notify()
Daddrconf.c3149 case NETDEV_REGISTER: in addrconf_notify()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic.c5685 if (!dev && event == NETDEV_REGISTER) { in cnic_netdev_event()