Searched refs:timeo_val (Results 1 – 1 of 1) sorted by relevance
652 unsigned long timeo_val; in sctp_addr_wq_timeout_handler() local658 timeo_val = jiffies; in sctp_addr_wq_timeout_handler()659 timeo_val += msecs_to_jiffies(SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_timeout_handler()660 mod_timer(&net->sctp.addr_wq_timer, timeo_val); in sctp_addr_wq_timeout_handler()727 unsigned long timeo_val; in sctp_addr_wq_mgmt() local764 timeo_val = jiffies; in sctp_addr_wq_mgmt()765 timeo_val += msecs_to_jiffies(SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_mgmt()766 mod_timer(&net->sctp.addr_wq_timer, timeo_val); in sctp_addr_wq_mgmt()