Symbol: call_netdevice_notifiers
drivers/net/bonding/bond_main.c
1244
call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, bond->dev);
drivers/net/bonding/bond_main.c
1333
call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev);
drivers/net/bonding/bond_main.c
1969
res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE,
drivers/net/bonding/bond_main.c
1986
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE,
drivers/net/bonding/bond_main.c
2020
call_netdevice_notifiers(NETDEV_JOIN, slave_dev);
drivers/net/bonding/bond_main.c
2539
call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev);
drivers/net/bonding/bond_main.c
2540
call_netdevice_notifiers(NETDEV_RELEASE, bond->dev);
drivers/net/bonding/bond_main.c
4051
call_netdevice_notifiers(event, slave->bond->dev);
drivers/net/bonding/bond_main.c
903
call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev);
drivers/net/bonding/bond_main.c
987
call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev);
drivers/net/bonding/bond_options.c
854
call_netdevice_notifiers(NETDEV_CHANGEINFODATA, bond->dev);
drivers/net/ethernet/cavium/liquidio/lio_core.c
422
call_netdevice_notifiers(NETDEV_CHANGEADDR, netdev);
drivers/net/ethernet/cisco/enic/enic_main.c
2169
call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev);
drivers/net/ethernet/cisco/enic/enic_main.c
2196
call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev);
drivers/net/hyperv/netvsc_drv.c
2175
call_netdevice_notifiers(NETDEV_JOIN, vf_netdev);
drivers/net/ipvlan/ipvlan_main.c
799
call_netdevice_notifiers(NETDEV_CHANGEADDR, ipvlan->dev);
drivers/net/ipvlan/ipvlan_main.c
811
call_netdevice_notifiers(event, ipvlan->dev);
drivers/net/macvlan.c
1867
call_netdevice_notifiers(event, vlan->dev);
drivers/net/net_failover.c
555
call_netdevice_notifiers(NETDEV_JOIN, slave_dev);
drivers/net/team/team_core.c
2346
err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev);
drivers/net/team/team_core.c
2355
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
drivers/net/team/team_core.c
3213
call_netdevice_notifiers(event, netdev_from_priv(port->team));
drivers/net/team/team_core.c
664
call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, netdev_from_priv(team));
drivers/net/team/team_core.c
710
call_netdevice_notifiers(NETDEV_RESEND_IGMP, netdev_from_priv(team));
drivers/net/tun.c
3264
ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE,
drivers/net/tun.c
3276
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE,
drivers/net/usb/qmi_wwan.c
372
ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev->net);
drivers/net/usb/qmi_wwan.c
384
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev->net);
drivers/net/wan/hdlc.c
303
err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev);
drivers/net/wan/hdlc_cisco.c
359
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
drivers/net/wan/hdlc_fr.c
1248
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
drivers/net/wan/hdlc_ppp.c
709
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
drivers/net/wan/hdlc_raw.c
84
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
drivers/net/wan/hdlc_raw_eth.c
104
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
drivers/net/wan/hdlc_x25.c
360
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
include/linux/if_vlan.h
103
return notifier_to_errno(call_netdevice_notifiers(NETDEV_SVLAN_FILTER_PUSH_INFO, dev));
include/linux/if_vlan.h
109
call_netdevice_notifiers(NETDEV_SVLAN_FILTER_DROP_INFO, dev);
include/linux/if_vlan.h
91
return notifier_to_errno(call_netdevice_notifiers(NETDEV_CVLAN_FILTER_PUSH_INFO, dev));
include/linux/if_vlan.h
97
call_netdevice_notifiers(NETDEV_CVLAN_FILTER_DROP_INFO, dev);
include/linux/netdevice.h
3356
int call_netdevice_notifiers(unsigned long val, struct net_device *dev);
include/net/udp_tunnel.h
469
call_netdevice_notifiers(NETDEV_UDP_TUNNEL_PUSH_INFO, dev);
include/net/udp_tunnel.h
478
call_netdevice_notifiers(NETDEV_UDP_TUNNEL_DROP_INFO, dev);
net/8021q/vlan.c
469
call_netdevice_notifiers(event, vlandev);
net/8021q/vlan_dev.c
259
call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
net/bridge/br.c
142
call_netdevice_notifiers(event, br->dev);
net/bridge/br.c
96
call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev);
net/bridge/br_if.c
596
call_netdevice_notifiers(NETDEV_JOIN, dev);
net/bridge/br_if.c
685
call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev);
net/bridge/br_if.c
741
call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev);
net/core/dev.c
10002
call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
net/core/dev.c
11441
ret = call_netdevice_notifiers(NETDEV_POST_INIT, dev);
net/core/dev.c
11484
ret = call_netdevice_notifiers(NETDEV_REGISTER, dev);
net/core/dev.c
11504
call_netdevice_notifiers(NETDEV_PRE_UNINIT, dev);
net/core/dev.c
11618
call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
net/core/dev.c
12446
call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
net/core/dev.c
12462
call_netdevice_notifiers(NETDEV_PRE_UNINIT, dev);
net/core/dev.c
12640
call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
net/core/dev.c
12698
call_netdevice_notifiers(NETDEV_REGISTER, dev);
net/core/dev.c
1509
ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev);
net/core/dev.c
1590
call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev);
net/core/dev.c
1623
call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev);
net/core/dev.c
1624
call_netdevice_notifiers(NETDEV_RESEND_IGMP, dev);
net/core/dev.c
1730
call_netdevice_notifiers(NETDEV_UP, dev);
net/core/dev.c
1747
call_netdevice_notifiers(NETDEV_GOING_DOWN, dev);
net/core/dev.c
1806
call_netdevice_notifiers(NETDEV_DOWN, dev);
net/core/dev.c
2304
EXPORT_SYMBOL(call_netdevice_notifiers);
net/core/dev.c
9799
call_netdevice_notifiers(NETDEV_UP, dev);
net/core/dev.c
9801
call_netdevice_notifiers(NETDEV_DOWN, dev);
net/core/dev.c
9889
err = call_netdevice_notifiers(NETDEV_PRECHANGEMTU, dev);
net/core/dev.c
9936
res = call_netdevice_notifiers(NETDEV_CHANGE_TX_QUEUE_LEN, dev);
net/core/dev_addr_lists.c
741
call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
net/core/dev_addr_lists.c
778
call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
net/core/dev_ioctl.c
578
call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
net/core/rtnetlink.c
3211
call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
net/core/xdp.c
1009
call_netdevice_notifiers(NETDEV_XDP_FEAT_CHANGE, dev);
net/hsr/hsr_device.c
800
call_netdevice_notifiers(NETDEV_CHANGEADDR, slave[1]);
net/hsr/hsr_main.c
79
call_netdevice_notifiers(NETDEV_CHANGEADDR,
net/hsr/hsr_main.c
86
call_netdevice_notifiers(NETDEV_CHANGEADDR,
net/hsr/hsr_slave.c
251
call_netdevice_notifiers(NETDEV_CHANGEADDR, port->dev);