Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dprotocol.c660 SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_timeout_handler()
663 timeo_val += msecs_to_jiffies(SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_timeout_handler()
769 timeo_val += msecs_to_jiffies(SCTP_ADDRESS_TICK_DELAY); in sctp_addr_wq_mgmt()
/openbmc/linux/include/net/sctp/
H A Dstructs.h701 #define SCTP_ADDRESS_TICK_DELAY 500 macro