Home
last modified time | relevance | path

Searched refs:call_netdevice_notifiers (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/net/bridge/
Dbr.c65 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_device_event()
108 call_netdevice_notifiers(event, br->dev); in br_device_event()
Dbr_if.c467 call_netdevice_notifiers(NETDEV_JOIN, dev); in br_add_if()
524 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_add_if()
573 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_del_if()
/linux-4.1.27/net/hsr/
Dhsr_main.c66 call_netdevice_notifiers(NETDEV_CHANGEADDR, master->dev); in hsr_netdev_notify()
/linux-4.1.27/net/core/
Ddev.c1168 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev); in dev_change_name()
1231 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev); in netdev_features_change()
1269 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev); in netdev_notify_peers()
1290 ret = call_netdevice_notifiers(NETDEV_PRE_UP, dev); in __dev_open()
1341 call_netdevice_notifiers(NETDEV_UP, dev); in dev_open()
1358 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev); in __dev_close_many()
1418 call_netdevice_notifiers(NETDEV_DOWN, dev); in dev_close_many()
1621 int call_netdevice_notifiers(unsigned long val, struct net_device *dev) in call_netdevice_notifiers() function
1627 EXPORT_SYMBOL(call_netdevice_notifiers);
5253 call_netdevice_notifiers(NETDEV_CHANGEUPPER, dev); in __netdev_upper_dev_link()
[all …]
Ddev_addr_lists.c406 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_add()
443 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_del()
Ddev_ioctl.c272 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_ifsioc()
Drtnetlink.c1677 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in do_setlink()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c552 call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev); in bond_resend_igmp_join_requests_delayed()
627 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev); in bond_set_dev_addr()
869 call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev); in bond_change_active_slave()
871 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_change_active_slave()
1361 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave()
1381 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, in bond_enslave()
1406 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in bond_enslave()
1855 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev); in __bond_release_one()
1856 call_netdevice_notifiers(NETDEV_RELEASE, bond->dev); in __bond_release_one()
2201 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, bond->dev); in bond_mii_monitor()
[all …]
Dbond_options.c628 call_netdevice_notifiers(NETDEV_CHANGEINFODATA, bond->dev); in __bond_opt_set()
/linux-4.1.27/drivers/net/team/
Dteam.c637 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, team->dev); in team_notify_peers_work()
683 call_netdevice_notifiers(NETDEV_RESEND_IGMP, team->dev); in team_mcast_rejoin_work()
2030 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in team_dev_type_check_change()
2039 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in team_dev_type_check_change()
2890 call_netdevice_notifiers(event, port->team->dev); in team_device_event()
/linux-4.1.27/net/8021q/
Dvlan.c486 call_netdevice_notifiers(event, vlandev); in vlan_device_event()
/linux-4.1.27/drivers/net/
Dmacvlan.c1570 call_netdevice_notifiers(event, vlan->dev); in macvlan_device_event()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_main.c2073 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev); in enic_reset()
/linux-4.1.27/include/linux/
Dnetdevice.h2096 int call_netdevice_notifiers(unsigned long val, struct net_device *dev);
/linux-4.1.27/drivers/s390/net/
Dqeth_l3_main.c3516 call_netdevice_notifiers(NETDEV_REBOOT, card->dev); in __qeth_l3_set_offline()