Searched refs:fdb_cleanup_timer (Results 1 – 1 of 1) sorted by relevance
181 struct timer_list fdb_cleanup_timer; member1971 struct ofdpa *ofdpa = timer_container_of(ofdpa, t, fdb_cleanup_timer); in ofdpa_fdb_cleanup()2001 mod_timer(&ofdpa->fdb_cleanup_timer, round_jiffies_up(next_timer)); in ofdpa_fdb_cleanup()2354 timer_setup(&ofdpa->fdb_cleanup_timer, ofdpa_fdb_cleanup, 0); in ofdpa_init()2355 mod_timer(&ofdpa->fdb_cleanup_timer, jiffies); in ofdpa_init()2375 timer_delete_sync(&ofdpa->fdb_cleanup_timer); in ofdpa_fini()2514 mod_timer(&ofdpa_port->ofdpa->fdb_cleanup_timer, jiffies); in ofdpa_port_attr_bridge_ageing_time_set()