Home
last modified time | relevance | path

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

/linux/net/sctp/
A Dprotocol.c651 unsigned long timeo_val; in sctp_addr_wq_timeout_handler() local
657 timeo_val = jiffies; in sctp_addr_wq_timeout_handler()
658 timeo_val += msecs_to_jiffies(SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_timeout_handler()
659 mod_timer(&net->sctp.addr_wq_timer, timeo_val); in sctp_addr_wq_timeout_handler()
726 unsigned long timeo_val; in sctp_addr_wq_mgmt() local
763 timeo_val = jiffies; in sctp_addr_wq_mgmt()
764 timeo_val += msecs_to_jiffies(SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_mgmt()
765 mod_timer(&net->sctp.addr_wq_timer, timeo_val); in sctp_addr_wq_mgmt()

Completed in 6 milliseconds