/Linux-v5.4/include/linux/ |
D | if_vlan.h | 84 return notifier_to_errno(call_netdevice_notifiers(NETDEV_CVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_ctag_filter_info() 90 call_netdevice_notifiers(NETDEV_CVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_ctag_filter_info() 96 return notifier_to_errno(call_netdevice_notifiers(NETDEV_SVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_stag_filter_info() 102 call_netdevice_notifiers(NETDEV_SVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_stag_filter_info()
|
/Linux-v5.4/include/net/ |
D | udp_tunnel.h | 131 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_PUSH_INFO, dev); in udp_tunnel_get_rx_info() 137 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_DROP_INFO, dev); in udp_tunnel_drop_rx_info()
|
/Linux-v5.4/net/bridge/ |
D | br.c | 81 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_device_event() 127 call_netdevice_notifiers(event, br->dev); in br_device_event()
|
D | br_if.c | 598 call_netdevice_notifiers(NETDEV_JOIN, dev); in br_add_if() 677 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_add_if() 731 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_del_if()
|
/Linux-v5.4/drivers/net/wan/ |
D | hdlc_raw.c | 84 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_ioctl()
|
D | hdlc_raw_eth.c | 103 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_eth_ioctl()
|
D | hdlc_x25.c | 213 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in x25_ioctl()
|
D | hdlc.c | 298 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in detach_hdlc_protocol()
|
D | hdlc_cisco.c | 374 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in cisco_ioctl()
|
D | hdlc_ppp.c | 688 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in ppp_ioctl()
|
D | hdlc_fr.c | 1240 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in fr_ioctl()
|
/Linux-v5.4/net/hsr/ |
D | hsr_main.c | 61 call_netdevice_notifiers(NETDEV_CHANGEADDR, in hsr_netdev_notify()
|
/Linux-v5.4/drivers/net/bonding/ |
D | bond_main.c | 543 call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev); in bond_resend_igmp_join_requests_delayed() 624 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev); in bond_set_dev_addr() 897 call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev); in bond_change_active_slave() 900 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_change_active_slave() 1443 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave() 1462 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, in bond_enslave() 1498 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in bond_enslave() 1965 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev); in __bond_release_one() 1966 call_netdevice_notifiers(NETDEV_RELEASE, bond->dev); in __bond_release_one() 2340 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, bond->dev); in bond_mii_monitor() [all …]
|
D | bond_options.c | 705 call_netdevice_notifiers(NETDEV_CHANGEINFODATA, bond->dev); in __bond_opt_set_notify()
|
/Linux-v5.4/net/core/ |
D | dev_addr_lists.c | 502 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_add() 539 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_del()
|
D | dev.c | 1163 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev); in dev_change_name() 1252 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev); in netdev_features_change() 1291 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev); in netdev_notify_peers() 1292 call_netdevice_notifiers(NETDEV_RESEND_IGMP, dev); in netdev_notify_peers() 1365 call_netdevice_notifiers(NETDEV_UP, dev); in dev_open() 1382 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev); in __dev_close_many() 1437 call_netdevice_notifiers(NETDEV_DOWN, dev); in dev_close_many() 1692 int call_netdevice_notifiers(unsigned long val, struct net_device *dev) in call_netdevice_notifiers() function 1696 EXPORT_SYMBOL(call_netdevice_notifiers); 7920 call_netdevice_notifiers(NETDEV_UP, dev); in __dev_notify_flags() [all …]
|
D | dev_ioctl.c | 257 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_ifsioc()
|
/Linux-v5.4/drivers/net/team/ |
D | team.c | 639 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, team->dev); in team_notify_peers_work() 685 call_netdevice_notifiers(NETDEV_RESEND_IGMP, team->dev); in team_mcast_rejoin_work() 2126 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in team_dev_type_check_change() 2135 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in team_dev_type_check_change() 3008 call_netdevice_notifiers(event, port->team->dev); in team_device_event()
|
/Linux-v5.4/drivers/net/usb/ |
D | qmi_wwan.c | 382 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev->net); in raw_ip_store() 394 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev->net); in raw_ip_store()
|
/Linux-v5.4/net/8021q/ |
D | vlan.c | 504 call_netdevice_notifiers(event, vlandev); in vlan_device_event()
|
D | vlan_dev.c | 255 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in vlan_dev_inherit_address()
|
/Linux-v5.4/drivers/net/ |
D | net_failover.c | 558 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in net_failover_slave_register()
|
/Linux-v5.4/drivers/net/ipvlan/ |
D | ipvlan_main.c | 764 call_netdevice_notifiers(NETDEV_CHANGEADDR, ipvlan->dev); in ipvlan_device_event()
|
/Linux-v5.4/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 2352 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev); in enic_reset() 2373 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev); in enic_tx_hang_reset()
|
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/ |
D | lio_core.c | 414 call_netdevice_notifiers(NETDEV_CHANGEADDR, netdev); in octeon_pf_changed_vf_macaddr()
|