/linux/net/hsr/ |
H A D | hsr_main.c | 79 call_netdevice_notifiers(NETDEV_CHANGEADDR, in hsr_netdev_notify() 86 call_netdevice_notifiers(NETDEV_CHANGEADDR, in hsr_netdev_notify()
|
H A D | hsr_device.c | 767 call_netdevice_notifiers(NETDEV_CHANGEADDR, slave[1]); in hsr_dev_finalize()
|
/linux/include/linux/ |
H A D | if_vlan.h | 91 return notifier_to_errno(call_netdevice_notifiers(NETDEV_CVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_ctag_filter_info() 97 call_netdevice_notifiers(NETDEV_CVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_ctag_filter_info() 103 return notifier_to_errno(call_netdevice_notifiers(NETDEV_SVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_stag_filter_info() 109 call_netdevice_notifiers(NETDEV_SVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_stag_filter_info()
|
/linux/drivers/net/wan/ |
H A D | hdlc_raw.c | 84 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_ioctl()
|
H A D | hdlc_raw_eth.c | 104 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_eth_ioctl()
|
H A D | hdlc.c | 303 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in detach_hdlc_protocol()
|
H A D | hdlc_x25.c | 360 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in x25_ioctl()
|
H A D | hdlc_cisco.c | 359 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in cisco_ioctl()
|
H A D | hdlc_ppp.c | 700 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in ppp_ioctl()
|
H A D | hdlc_fr.c | 1248 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in fr_ioctl()
|
/linux/include/net/ |
H A D | udp_tunnel.h | 438 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_PUSH_INFO, dev); in udp_tunnel_get_rx_info() 447 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_DROP_INFO, dev); in udp_tunnel_drop_rx_info()
|
/linux/net/bridge/ |
H A D | br_if.c | 603 call_netdevice_notifiers(NETDEV_JOIN, dev); in br_add_if() 694 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_add_if() 750 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_del_if()
|
/linux/net/core/ |
H A D | dev_addr_lists.c | 611 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_add() 648 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_del()
|
H A D | dev.c | 1489 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev); in netif_change_name() 1570 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev); in netdev_features_change() 1603 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev); in __netdev_notify_peers() 1604 call_netdevice_notifiers(NETDEV_RESEND_IGMP, dev); in __netdev_notify_peers() 1710 call_netdevice_notifiers(NETDEV_UP, dev); in netif_open() 1726 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev); in __dev_close_many() 1784 call_netdevice_notifiers(NETDEV_DOWN, dev); in netif_close_many() 2279 int call_netdevice_notifiers(unsigned long val, struct net_device *dev) in call_netdevice_notifiers() function 2283 EXPORT_SYMBOL(call_netdevice_notifiers); 9576 call_netdevice_notifiers(NETDEV_UP, dev); in __dev_notify_flags() [all …]
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | 965 call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev); in bond_resend_igmp_join_requests_delayed() 1049 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev); in bond_set_dev_addr() 1362 call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev); in bond_change_active_slave() 1365 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_change_active_slave() 2038 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave() 2055 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, in bond_enslave() 2089 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in bond_enslave() 2621 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev); in __bond_release_one() 2622 call_netdevice_notifiers(NETDEV_RELEASE, bond->dev); in __bond_release_one() 3018 call_netdevice_notifiers(NETDEV_NOTIFY_PEER in bond_mii_monitor() [all...] |
H A D | bond_options.c | 828 call_netdevice_notifiers(NETDEV_CHANGEINFODATA, bond->dev); in __bond_opt_set_notify()
|
/linux/drivers/net/team/ |
H A D | team_core.c | 646 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, team->dev); in team_notify_peers_work() 692 call_netdevice_notifiers(NETDEV_RESEND_IGMP, team->dev); in team_mcast_rejoin_work() 2151 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in team_dev_type_check_change() 2160 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in team_dev_type_check_change() 3011 call_netdevice_notifiers(event, port->team->dev); in team_device_event()
|
/linux/drivers/net/ipvlan/ |
H A D | ipvlan_main.c | 798 call_netdevice_notifiers(NETDEV_CHANGEADDR, ipvlan->dev); in ipvlan_device_event() 810 call_netdevice_notifiers(event, ipvlan->dev); in ipvlan_device_event()
|
/linux/drivers/net/usb/ |
H A D | qmi_wwan.c | 366 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev->net); in raw_ip_store() 378 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev->net); in raw_ip_store()
|
/linux/net/8021q/ |
H A D | vlan.c | 527 call_netdevice_notifiers(event, vlandev); in vlan_device_event()
|
H A D | vlan_dev.c | 256 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in vlan_dev_inherit_address()
|
/linux/drivers/net/ |
H A D | tun.c | 3191 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in __tun_chr_ioctl() 3203 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, in __tun_chr_ioctl()
|
H A D | macvlan.c | 1845 call_netdevice_notifiers(event, vlan->dev); in macvlan_device_event()
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_core.c | 424 call_netdevice_notifiers(NETDEV_CHANGEADDR, netdev); in octeon_pf_changed_vf_macaddr()
|
/linux/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 2181 call_netdevice_notifiers(NETDEV_JOIN, vf_netdev); in netvsc_vf_join()
|