Searched refs:bstp_timer (Results 1 – 2 of 2) sorted by relevance
284 struct bstp_timer { struct334 struct bstp_timer bp_edge_delay_timer;335 struct bstp_timer bp_forward_delay_timer;336 struct bstp_timer bp_hello_timer;337 struct bstp_timer bp_message_age_timer;338 struct bstp_timer bp_migrate_delay_timer;339 struct bstp_timer bp_recent_backup_timer;340 struct bstp_timer bp_recent_root_timer;341 struct bstp_timer bp_tc_timer;404 struct bstp_timer bs_link_timer;
201 static void bstp_timer_start(struct bstp_timer *, uint16_t);202 static void bstp_timer_stop(struct bstp_timer *);203 static void bstp_timer_latch(struct bstp_timer *);204 static int bstp_timer_expired(struct bstp_timer *);2089 bstp_timer_start(struct bstp_timer *t, uint16_t v) in bstp_timer_start()2097 bstp_timer_stop(struct bstp_timer *t) in bstp_timer_stop()2105 bstp_timer_latch(struct bstp_timer *t) in bstp_timer_latch()2112 bstp_timer_expired(struct bstp_timer *t) in bstp_timer_expired()