Home
last modified time | relevance | path

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

12

/Linux-v5.10/include/linux/
Dif_vlan.h86 return notifier_to_errno(call_netdevice_notifiers(NETDEV_CVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_ctag_filter_info()
92 call_netdevice_notifiers(NETDEV_CVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_ctag_filter_info()
98 return notifier_to_errno(call_netdevice_notifiers(NETDEV_SVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_stag_filter_info()
104 call_netdevice_notifiers(NETDEV_SVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_stag_filter_info()
/Linux-v5.10/include/net/
Dudp_tunnel.h132 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_PUSH_INFO, dev); in udp_tunnel_get_rx_info()
138 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_DROP_INFO, dev); in udp_tunnel_drop_rx_info()
/Linux-v5.10/net/bridge/
Dbr.c81 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_device_event()
127 call_netdevice_notifiers(event, br->dev); in br_device_event()
Dbr_if.c614 call_netdevice_notifiers(NETDEV_JOIN, dev); in br_add_if()
693 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_add_if()
747 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_del_if()
/Linux-v5.10/drivers/net/wan/
Dhdlc_raw.c84 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_ioctl()
Dhdlc_raw_eth.c104 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_eth_ioctl()
Dhdlc_x25.c313 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in x25_ioctl()
Dhdlc.c307 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in detach_hdlc_protocol()
Dhdlc_cisco.c376 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in cisco_ioctl()
Dhdlc_ppp.c695 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in ppp_ioctl()
Dhdlc_fr.c1250 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in fr_ioctl()
/Linux-v5.10/net/hsr/
Dhsr_main.c79 call_netdevice_notifiers(NETDEV_CHANGEADDR, in hsr_netdev_notify()
/Linux-v5.10/drivers/net/bonding/
Dbond_main.c685 call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev); in bond_resend_igmp_join_requests_delayed()
766 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev); in bond_set_dev_addr()
1044 call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev); in bond_change_active_slave()
1047 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_change_active_slave()
1641 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave()
1660 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, in bond_enslave()
1696 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in bond_enslave()
2161 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev); in __bond_release_one()
2162 call_netdevice_notifiers(NETDEV_RELEASE, bond->dev); in __bond_release_one()
2534 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, bond->dev); in bond_mii_monitor()
[all …]
Dbond_options.c705 call_netdevice_notifiers(NETDEV_CHANGEINFODATA, bond->dev); in __bond_opt_set_notify()
/Linux-v5.10/net/core/
Ddev_addr_lists.c502 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_add()
539 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_del()
Ddev.c1357 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev); in dev_change_name()
1446 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev); in netdev_features_change()
1485 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev); in netdev_notify_peers()
1486 call_netdevice_notifiers(NETDEV_RESEND_IGMP, dev); in netdev_notify_peers()
1564 call_netdevice_notifiers(NETDEV_UP, dev); in dev_open()
1581 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev); in __dev_close_many()
1636 call_netdevice_notifiers(NETDEV_DOWN, dev); in dev_close_many()
2059 int call_netdevice_notifiers(unsigned long val, struct net_device *dev) in call_netdevice_notifiers() function
2063 EXPORT_SYMBOL(call_netdevice_notifiers);
8457 call_netdevice_notifiers(NETDEV_UP, dev); in __dev_notify_flags()
[all …]
Ddev_ioctl.c285 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_ifsioc()
/Linux-v5.10/drivers/net/team/
Dteam.c643 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, team->dev); in team_notify_peers_work()
689 call_netdevice_notifiers(NETDEV_RESEND_IGMP, team->dev); in team_mcast_rejoin_work()
2135 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in team_dev_type_check_change()
2144 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in team_dev_type_check_change()
3019 call_netdevice_notifiers(event, port->team->dev); in team_device_event()
/Linux-v5.10/drivers/net/usb/
Dqmi_wwan.c362 ret = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev->net); in raw_ip_store()
374 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev->net); in raw_ip_store()
/Linux-v5.10/net/8021q/
Dvlan.c508 call_netdevice_notifiers(event, vlandev); in vlan_device_event()
Dvlan_dev.c254 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in vlan_dev_inherit_address()
/Linux-v5.10/drivers/net/
Dnet_failover.c559 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in net_failover_slave_register()
/Linux-v5.10/drivers/net/ipvlan/
Dipvlan_main.c788 call_netdevice_notifiers(NETDEV_CHANGEADDR, ipvlan->dev); in ipvlan_device_event()
/Linux-v5.10/drivers/net/ethernet/ibm/
Dibmvnic.c2082 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, netdev); in do_reset()
2083 call_netdevice_notifiers(NETDEV_RESEND_IGMP, netdev); in do_reset()
2157 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, netdev); in do_hard_reset()
2158 call_netdevice_notifiers(NETDEV_RESEND_IGMP, netdev); in do_hard_reset()
/Linux-v5.10/drivers/net/ethernet/cisco/enic/
Denic_main.c2328 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev); in enic_reset()
2354 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev); in enic_tx_hang_reset()

12