Searched refs:call_netdevice_notifiers (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/net/bridge/ |
D | br.c | 65 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_device_event() 108 call_netdevice_notifiers(event, br->dev); in br_device_event()
|
D | br_if.c | 471 call_netdevice_notifiers(NETDEV_JOIN, dev); in br_add_if() 528 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_add_if() 577 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_del_if()
|
/linux-4.4.14/net/hsr/ |
D | hsr_main.c | 66 call_netdevice_notifiers(NETDEV_CHANGEADDR, master->dev); in hsr_netdev_notify()
|
/linux-4.4.14/net/core/ |
D | dev.c | 1200 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev); in dev_change_name() 1263 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev); in netdev_features_change() 1301 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev); in netdev_notify_peers() 1322 ret = call_netdevice_notifiers(NETDEV_PRE_UP, dev); in __dev_open() 1373 call_netdevice_notifiers(NETDEV_UP, dev); in dev_open() 1390 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev); in __dev_close_many() 1450 call_netdevice_notifiers(NETDEV_DOWN, dev); in dev_close_many() 1653 int call_netdevice_notifiers(unsigned long val, struct net_device *dev) in call_netdevice_notifiers() function 1659 EXPORT_SYMBOL(call_netdevice_notifiers); 5971 call_netdevice_notifiers(NETDEV_UP, dev); in __dev_notify_flags() [all …]
|
D | dev_addr_lists.c | 406 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_add() 443 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_del()
|
D | dev_ioctl.c | 272 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_ifsioc()
|
D | rtnetlink.c | 1790 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in do_setlink()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 552 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() 887 call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev); in bond_change_active_slave() 889 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_change_active_slave() 1374 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave() 1394 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, in bond_enslave() 1419 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in bond_enslave() 1876 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev); in __bond_release_one() 1877 call_netdevice_notifiers(NETDEV_RELEASE, bond->dev); in __bond_release_one() 2222 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, bond->dev); in bond_mii_monitor() [all …]
|
D | bond_options.c | 676 call_netdevice_notifiers(NETDEV_CHANGEINFODATA, bond->dev); in __bond_opt_set()
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 637 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() 2039 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in team_dev_type_check_change() 2048 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in team_dev_type_check_change() 2899 call_netdevice_notifiers(event, port->team->dev); in team_device_event()
|
/linux-4.4.14/net/8021q/ |
D | vlan.c | 486 call_netdevice_notifiers(event, vlandev); in vlan_device_event()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 2158 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev); in enic_reset() 2179 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev); in enic_tx_hang_reset()
|
/linux-4.4.14/drivers/net/ |
D | macvlan.c | 1573 call_netdevice_notifiers(event, vlan->dev); in macvlan_device_event()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 2156 int call_netdevice_notifiers(unsigned long val, struct net_device *dev);
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_l3_main.c | 3400 call_netdevice_notifiers(NETDEV_REBOOT, card->dev); in __qeth_l3_set_offline()
|