Home
last modified time | relevance | path

Searched refs:added_by_user (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/ti/
A Dcpsw_switchdev.c395 fdb->addr, fdb->vid, fdb->added_by_user, in cpsw_switchdev_event_work()
398 if (!fdb->added_by_user || fdb->is_local) in cpsw_switchdev_event_work()
411 fdb->addr, fdb->vid, fdb->added_by_user, in cpsw_switchdev_event_work()
414 if (!fdb->added_by_user || fdb->is_local) in cpsw_switchdev_event_work()
A Dam65-cpsw-switchdev.c385 fdb->addr, fdb->vid, fdb->added_by_user, in am65_cpsw_switchdev_event_work()
388 if (!fdb->added_by_user || fdb->is_local) in am65_cpsw_switchdev_event_work()
401 fdb->addr, fdb->vid, fdb->added_by_user, in am65_cpsw_switchdev_event_work()
404 if (!fdb->added_by_user || fdb->is_local) in am65_cpsw_switchdev_event_work()
/linux/include/net/
A Dswitchdev.h223 u8 added_by_user:1, member
260 return !fdb_info->added_by_user && !fdb_info->is_local; in switchdev_fdb_is_dynamically_learned()
A Dvxlan.h431 bool added_by_user; member
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_switchdev.c243 if (!fdb_info->added_by_user) in sparx5_switchdev_bridge_fdb_event_work()
249 if (!fdb_info->added_by_user) in sparx5_switchdev_bridge_fdb_event_work()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dbridge.c1147 const unsigned char *addr, u16 vid, bool added_by_user, bool peer, in mlx5_esw_bridge_fdb_entry_init() argument
1177 if (added_by_user) in mlx5_esw_bridge_fdb_entry_init()
1499 fdb_info->vid, fdb_info->added_by_user, in mlx5_esw_bridge_fdb_create()
/linux/net/bridge/
A Dbr_switchdev.c135 item->added_by_user = test_bit(BR_FDB_ADDED_BY_USER, &fdb->flags); in br_switchdev_fdb_populate()
/linux/drivers/s390/net/
A Dqeth_l2_main.c289 info.added_by_user = false; in qeth_l2_dev2br_fdb_flush()
656 info.added_by_user = false; in qeth_l2_dev2br_fdb_notify()
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_switchdev.c818 if (!fdb_info->added_by_user || fdb_info->is_local) in prestera_fdb_event_work()
/linux/drivers/net/ethernet/rocker/
A Drocker_main.c2742 if (!fdb_info->added_by_user || fdb_info->is_local) in rocker_switchdev_event_work()
2753 if (!fdb_info->added_by_user || fdb_info->is_local) in rocker_switchdev_event_work()
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-switch.c2224 if (!fdb_info->added_by_user || fdb_info->is_local) in dpaa2_switch_event_work()
2239 if (!fdb_info->added_by_user || fdb_info->is_local) in dpaa2_switch_event_work()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_switchdev.c2932 (!switchdev_work->fdb_info.added_by_user || in mlxsw_sp_switchdev_bridge_nve_fdb_event()
2988 if (!fdb_info->added_by_user || fdb_info->is_local) in mlxsw_sp_switchdev_bridge_fdb_event_work()
/linux/drivers/net/
A Dvxlan.c406 fdb_info->added_by_user = fdb->flags & NTF_VXLAN_ADDED_BY_USER; in vxlan_fdb_switchdev_notifier_info()

Completed in 72 milliseconds