Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr.c30 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_device_event()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c3852 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_upper_event()
4024 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_vlan_event()
4114 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_vlan_event()
4174 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_event()
4215 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_macvlan_event()
4241 extack = netdev_notifier_info_to_extack(info); in mlxsw_sp_netdevice_vxlan_event()
H A Dspectrum_router.c7261 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_router_port_pre_changeaddr_event()
7345 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_vrf_event()
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlan.c361 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in vlan_device_event()
/OK3568_Linux_fs/kernel/net/dsa/
H A Dslave.c1972 ext_ack = netdev_notifier_info_to_extack(&info->info); in dsa_prevent_bridging_8021q_upper()
2010 extack = netdev_notifier_info_to_extack(&info->info); in dsa_slave_check_8021q_upper()
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_main.c719 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in ipvlan_device_event()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c543 extack = netdev_notifier_info_to_extack(&info->info); in prestera_bridge_port_event()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_net.c963 extack = netdev_notifier_info_to_extack(&info->info); in ocelot_netdevice_event()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h2818 netdev_notifier_info_to_extack(const struct netdev_notifier_info *info) in netdev_notifier_info_to_extack() function