Searched refs:fdb_cleanup_timer (Results 1 – 1 of 1) sorted by relevance
180 struct timer_list fdb_cleanup_timer; member1985 struct ofdpa *ofdpa = from_timer(ofdpa, t, fdb_cleanup_timer); in ofdpa_fdb_cleanup()2015 mod_timer(&ofdpa->fdb_cleanup_timer, round_jiffies_up(next_timer)); in ofdpa_fdb_cleanup()2368 timer_setup(&ofdpa->fdb_cleanup_timer, ofdpa_fdb_cleanup, 0); in ofdpa_init()2369 mod_timer(&ofdpa->fdb_cleanup_timer, jiffies); in ofdpa_init()2389 del_timer_sync(&ofdpa->fdb_cleanup_timer); in ofdpa_fini()2528 mod_timer(&ofdpa_port->ofdpa->fdb_cleanup_timer, jiffies); in ofdpa_port_attr_bridge_ageing_time_set()