Lines Matching refs:jiffies
132 mod_timer(&p->forward_delay_timer, jiffies + br->forward_delay); in br_root_port_block()
174 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge()
202 bpdu.message_age = (jiffies - root->designated_age) in br_transmit_config()
215 round_jiffies(jiffies + BR_HOLD_TIME)); in br_transmit_config()
227 p->designated_age = jiffies - bpdu->message_age; in br_record_config_information()
229 mod_timer(&p->message_age_timer, jiffies in br_record_config_information()
351 mod_timer(&br->topology_change_timer, jiffies in br_topology_change_detection()
355 mod_timer(&br->tcn_timer, jiffies + br->bridge_hello_time); in br_topology_change_detection()
437 mod_timer(&p->forward_delay_timer, jiffies + br->forward_delay); in br_make_forwarding()
511 jiffies + br->bridge_hello_time); in br_received_config_bpdu()
593 mod_timer(&br->gc_timer, jiffies); in br_set_ageing_time()