Home
last modified time | relevance | path

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

12

/linux-6.15/include/linux/
H A Dif_vlan.h96 return notifier_to_errno(call_netdevice_notifiers(NETDEV_CVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_ctag_filter_info()
102 call_netdevice_notifiers(NETDEV_CVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_ctag_filter_info()
108 return notifier_to_errno(call_netdevice_notifiers(NETDEV_SVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_stag_filter_info()
114 call_netdevice_notifiers(NETDEV_SVLAN_FILTER_DROP_INFO, dev); in vlan_drop_rx_stag_filter_info()
/linux-6.15/include/net/
H A Dudp_tunnel.h138 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_PUSH_INFO, dev); in udp_tunnel_get_rx_info()
146 call_netdevice_notifiers(NETDEV_UDP_TUNNEL_DROP_INFO, dev); in udp_tunnel_drop_rx_info()
/linux-6.15/drivers/net/wan/
H A Dhdlc_raw.c84 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_ioctl()
H A Dhdlc_raw_eth.c104 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in raw_eth_ioctl()
H A Dhdlc.c303 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in detach_hdlc_protocol()
H A Dhdlc_x25.c360 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in x25_ioctl()
H A Dhdlc_cisco.c359 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in cisco_ioctl()
H A Dhdlc_ppp.c700 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in ppp_ioctl()
H A Dhdlc_fr.c1248 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev); in fr_ioctl()
/linux-6.15/net/bridge/
H A Dbr.c91 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_device_event()
137 call_netdevice_notifiers(event, br->dev); in br_device_event()
H A Dbr_if.c603 call_netdevice_notifiers(NETDEV_JOIN, dev); in br_add_if()
693 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_add_if()
749 call_netdevice_notifiers(NETDEV_CHANGEADDR, br->dev); in br_del_if()
/linux-6.15/net/hsr/
H A Dhsr_main.c79 call_netdevice_notifiers(NETDEV_CHANGEADDR, in hsr_netdev_notify()
/linux-6.15/net/core/
H A Ddev_addr_lists.c611 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_add()
648 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_addr_del()
H A Ddev.c1517 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev); in netdev_features_change()
1550 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev); in __netdev_notify_peers()
1551 call_netdevice_notifiers(NETDEV_RESEND_IGMP, dev); in __netdev_notify_peers()
1657 call_netdevice_notifiers(NETDEV_UP, dev); in netif_open()
1673 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev); in __dev_close_many()
1731 call_netdevice_notifiers(NETDEV_DOWN, dev); in dev_close_many()
2230 EXPORT_SYMBOL(call_netdevice_notifiers);
9393 call_netdevice_notifiers(NETDEV_UP, dev); in __dev_notify_flags()
9395 call_netdevice_notifiers(NETDEV_DOWN, dev); in __dev_notify_flags()
9589 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in netif_set_mac_address()
[all …]
H A Ddev_ioctl.c586 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in dev_ifsioc()
H A Dxdp.c1003 call_netdevice_notifiers(NETDEV_XDP_FEAT_CHANGE, dev); in xdp_set_features_flag()
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c966 call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev); in bond_resend_igmp_join_requests_delayed()
1050 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev); in bond_set_dev_addr()
1353 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_change_active_slave()
2026 res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, in bond_enslave()
2043 call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, in bond_enslave()
2077 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in bond_enslave()
2598 call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev); in __bond_release_one()
2599 call_netdevice_notifiers(NETDEV_RELEASE, bond->dev); in __bond_release_one()
2995 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, bond->dev); in bond_mii_monitor()
3944 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, in bond_activebackup_arp_mon()
[all …]
H A Dbond_options.c812 call_netdevice_notifiers(NETDEV_CHANGEINFODATA, bond->dev); in __bond_opt_set_notify()
/linux-6.15/drivers/net/team/
H A Dteam_core.c646 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()
2169 err = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE, dev); in team_dev_type_check_change()
2178 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-6.15/drivers/net/ipvlan/
H A Dipvlan_main.c798 call_netdevice_notifiers(NETDEV_CHANGEADDR, ipvlan->dev); in ipvlan_device_event()
810 call_netdevice_notifiers(event, ipvlan->dev); in ipvlan_device_event()
/linux-6.15/drivers/net/usb/
H A Dqmi_wwan.c366 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-6.15/net/8021q/
H A Dvlan.c504 call_netdevice_notifiers(event, vlandev); in vlan_device_event()
H A Dvlan_dev.c256 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev); in vlan_dev_inherit_address()
/linux-6.15/drivers/net/
H A Dnet_failover.c555 call_netdevice_notifiers(NETDEV_JOIN, slave_dev); in net_failover_slave_register()
/linux-6.15/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2150 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev); in enic_reset()
2177 call_netdevice_notifiers(NETDEV_REBOOT, enic->netdev); in enic_tx_hang_reset()

12