Home
last modified time | relevance | path

Searched refs:netdev_notifier_info_to_extack (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/net/bridge/
Dbr.c30 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_device_event()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c3847 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_upper_event()
4019 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_vlan_event()
4109 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_vlan_event()
4169 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_event()
4210 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_macvlan_event()
4236 extack = netdev_notifier_info_to_extack(info); in mlxsw_sp_netdevice_vxlan_event()
Dspectrum_router.c7258 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_router_port_pre_changeaddr_event()
7342 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_vrf_event()
/Linux-v5.10/net/8021q/
Dvlan.c368 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in vlan_device_event()
/Linux-v5.10/drivers/net/ipvlan/
Dipvlan_main.c719 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in ipvlan_device_event()
/Linux-v5.10/net/dsa/
Dslave.c1927 ext_ack = netdev_notifier_info_to_extack(&info->info); in dsa_prevent_bridging_8021q_upper()
1965 extack = netdev_notifier_info_to_extack(&info->info); in dsa_slave_check_8021q_upper()
/Linux-v5.10/drivers/net/ethernet/marvell/prestera/
Dprestera_switchdev.c545 extack = netdev_notifier_info_to_extack(&info->info); in prestera_bridge_port_event()
/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot_net.c965 extack = netdev_notifier_info_to_extack(&info->info); in ocelot_netdevice_event()
/Linux-v5.10/include/linux/
Dnetdevice.h2724 netdev_notifier_info_to_extack(const struct netdev_notifier_info *info) in netdev_notifier_info_to_extack() function