call_netdevice_notifiers  951 include/linux/netdevice.h extern int call_netdevice_notifiers(unsigned long val, struct net_device *dev);
call_netdevice_notifiers  938 net/core/dev.c 	ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev);
call_netdevice_notifiers  996 net/core/dev.c 	call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev);
call_netdevice_notifiers 1011 net/core/dev.c 		call_netdevice_notifiers(NETDEV_CHANGE, dev);
call_netdevice_notifiers 1018 net/core/dev.c 	call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, dev);
call_netdevice_notifiers 1111 net/core/dev.c 		call_netdevice_notifiers(NETDEV_UP, dev);
call_netdevice_notifiers 1139 net/core/dev.c 	call_netdevice_notifiers(NETDEV_GOING_DOWN, dev);
call_netdevice_notifiers 1172 net/core/dev.c 	call_netdevice_notifiers(NETDEV_DOWN, dev);
call_netdevice_notifiers 3421 net/core/dev.c 		call_netdevice_notifiers(NETDEV_CHANGE, dev);
call_netdevice_notifiers 3474 net/core/dev.c 		call_netdevice_notifiers(NETDEV_CHANGEMTU, dev);
call_netdevice_notifiers 3497 net/core/dev.c 		call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
call_netdevice_notifiers 3598 net/core/dev.c 			call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
call_netdevice_notifiers 3914 net/core/dev.c 	call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
call_netdevice_notifiers 4088 net/core/dev.c 	ret = call_netdevice_notifiers(NETDEV_REGISTER, dev);
call_netdevice_notifiers 4161 net/core/dev.c 			call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
call_netdevice_notifiers 4502 net/core/dev.c 	call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
call_netdevice_notifiers 4533 net/core/dev.c 	call_netdevice_notifiers(NETDEV_REGISTER, dev);
call_netdevice_notifiers  906 net/core/rtnetlink.c 		call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);