Symbol: call_netdevice_notifiers
drivers/net/bonding/bond_main.c
1242
call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, bond->dev);
drivers/net/bonding/bond_main.c
1331
call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev);
drivers/net/bonding/bond_main.c
1961
res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE,
drivers/net/bonding/bond_main.c
1978
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE,
drivers/net/bonding/bond_main.c
2012
call_netdevice_notifiers(NETDEV_JOIN, slave_dev);
drivers/net/bonding/bond_main.c
2529
call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev);
drivers/net/bonding/bond_main.c
2530
call_netdevice_notifiers(NETDEV_RELEASE, bond->dev);
drivers/net/bonding/bond_main.c
4037
call_netdevice_notifiers(event, slave->bond->dev);
drivers/net/bonding/bond_main.c
901
call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev);
drivers/net/bonding/bond_main.c
985
call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev);
drivers/net/bonding/bond_options.c
838
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
2150
call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev);
drivers/net/ethernet/cisco/enic/enic_main.c
2177
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
1857
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
2164
err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev);
drivers/net/team/team_core.c
2173
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
drivers/net/team/team_core.c
3024
call_netdevice_notifiers(event, port->team->dev);
drivers/net/team/team_core.c
645
call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, team->dev);
drivers/net/team/team_core.c
691
call_netdevice_notifiers(NETDEV_RESEND_IGMP, team->dev);
drivers/net/tun.c
3194
ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE,
drivers/net/tun.c
3206
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
698
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
3294
int call_netdevice_notifiers(unsigned long val, struct net_device *dev);
include/net/udp_tunnel.h
470
call_netdevice_notifiers(NETDEV_UDP_TUNNEL_PUSH_INFO, dev);
include/net/udp_tunnel.h
479
call_netdevice_notifiers(NETDEV_UDP_TUNNEL_DROP_INFO, dev);
net/8021q/vlan.c
529
call_netdevice_notifiers(event, vlandev);
net/8021q/vlan_dev.c
256
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
590
call_netdevice_notifiers(NETDEV_JOIN, dev);
net/bridge/br_if.c
679
call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev);
net/bridge/br_if.c
735
call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev);
net/core/dev.c
10022
call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
net/core/dev.c
11436
ret = call_netdevice_notifiers(NETDEV_POST_INIT, dev);
net/core/dev.c
11479
ret = call_netdevice_notifiers(NETDEV_REGISTER, dev);
net/core/dev.c
11499
call_netdevice_notifiers(NETDEV_PRE_UNINIT, dev);
net/core/dev.c
11613
call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
net/core/dev.c
12431
call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
net/core/dev.c
12449
call_netdevice_notifiers(NETDEV_PRE_UNINIT, dev);
net/core/dev.c
12627
call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
net/core/dev.c
12685
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
1746
call_netdevice_notifiers(NETDEV_GOING_DOWN, dev);
net/core/dev.c
1804
call_netdevice_notifiers(NETDEV_DOWN, dev);
net/core/dev.c
2303
EXPORT_SYMBOL(call_netdevice_notifiers);
net/core/dev.c
9820
call_netdevice_notifiers(NETDEV_UP, dev);
net/core/dev.c
9822
call_netdevice_notifiers(NETDEV_DOWN, dev);
net/core/dev.c
9909
err = call_netdevice_notifiers(NETDEV_PRECHANGEMTU, dev);
net/core/dev.c
9956
res = call_netdevice_notifiers(NETDEV_CHANGE_TX_QUEUE_LEN, dev);
net/core/dev_addr_lists.c
611
call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
net/core/dev_addr_lists.c
648
call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
net/core/dev_ioctl.c
578
call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
net/core/rtnetlink.c
3176
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,