Home
last modified time | relevance | path

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

/Linux-v5.4/net/bridge/
Dbr.c30 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_device_event()
/Linux-v5.4/net/8021q/
Dvlan.c364 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in vlan_device_event()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c5967 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_upper_event()
6139 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_vlan_event()
6229 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_vlan_event()
6289 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_event()
6330 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_macvlan_event()
6356 extack = netdev_notifier_info_to_extack(info); in mlxsw_sp_netdevice_vxlan_event()
Dspectrum_router.c7223 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_router_port_pre_changeaddr_event()
7300 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_vrf_event()
/Linux-v5.4/drivers/net/ipvlan/
Dipvlan_main.c694 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in ipvlan_device_event()
/Linux-v5.4/net/dsa/
Dslave.c1524 ext_ack = netdev_notifier_info_to_extack(&info->info); in dsa_slave_upper_vlan_check()
/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot.c1729 extack = netdev_notifier_info_to_extack(&info->info); in ocelot_netdevice_event()
/Linux-v5.4/include/linux/
Dnetdevice.h2540 netdev_notifier_info_to_extack(const struct netdev_notifier_info *info) in netdev_notifier_info_to_extack() function