Home
last modified time | relevance | path

Searched refs:timeo_val (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/net/sctp/ !
Dprotocol.c656 unsigned long timeo_val; in sctp_addr_wq_timeout_handler() local
662 timeo_val = jiffies; in sctp_addr_wq_timeout_handler()
663 timeo_val += msecs_to_jiffies(SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_timeout_handler()
664 mod_timer(&net->sctp.addr_wq_timer, timeo_val); in sctp_addr_wq_timeout_handler()
731 unsigned long timeo_val; in sctp_addr_wq_mgmt() local
768 timeo_val = jiffies; in sctp_addr_wq_mgmt()
769 timeo_val += msecs_to_jiffies(SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_mgmt()
770 mod_timer(&net->sctp.addr_wq_timer, timeo_val); in sctp_addr_wq_mgmt()