Searched refs:timeo_val (Results 1 – 1 of 1) sorted by relevance
644 unsigned long timeo_val; in sctp_addr_wq_timeout_handler() local650 timeo_val = jiffies; in sctp_addr_wq_timeout_handler()651 timeo_val += msecs_to_jiffies(SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_timeout_handler()652 mod_timer(&net->sctp.addr_wq_timer, timeo_val); in sctp_addr_wq_timeout_handler()719 unsigned long timeo_val; in sctp_addr_wq_mgmt() local756 timeo_val = jiffies; in sctp_addr_wq_mgmt()757 timeo_val += msecs_to_jiffies(SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_mgmt()758 mod_timer(&net->sctp.addr_wq_timer, timeo_val); in sctp_addr_wq_mgmt()