Searched refs:fdb_notify (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/bridge/ |
D | br_fdb.c | 36 static void fdb_notify(struct net_bridge *br, 157 fdb_notify(br, f, RTM_DELNEIGH); in fdb_delete() 548 fdb_notify(br, fdb, RTM_NEWNEIGH); in fdb_insert() 598 fdb_notify(br, fdb, RTM_NEWNEIGH); in br_fdb_update() 607 fdb_notify(br, fdb, RTM_NEWNEIGH); in br_fdb_update() 683 static void fdb_notify(struct net_bridge *br, in fdb_notify() function 823 fdb_notify(br, fdb, RTM_NEWNEIGH); in fdb_add_entry() 1111 fdb_notify(br, fdb, RTM_NEWNEIGH); in br_fdb_external_learn_add() 1119 fdb_notify(br, fdb, RTM_NEWNEIGH); in br_fdb_external_learn_add()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 803 schedule_delayed_work(&mlxsw_sp->fdb_notify.dw, in mlxsw_sp_fdb_notify_work_schedule() 804 msecs_to_jiffies(mlxsw_sp->fdb_notify.interval)); in mlxsw_sp_fdb_notify_work_schedule() 819 mlxsw_sp = container_of(work, struct mlxsw_sp, fdb_notify.dw.work); in mlxsw_sp_fdb_notify_work() 849 INIT_DELAYED_WORK(&mlxsw_sp->fdb_notify.dw, mlxsw_sp_fdb_notify_work); in mlxsw_sp_fdb_init() 850 mlxsw_sp->fdb_notify.interval = MLXSW_SP_DEFAULT_LEARNING_INTERVAL; in mlxsw_sp_fdb_init() 857 cancel_delayed_work_sync(&mlxsw_sp->fdb_notify.dw); in mlxsw_sp_fdb_fini()
|
D | spectrum.h | 63 } fdb_notify; member
|