Searched refs:SCTP_INP_KILL_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
485 #define SCTP_INP_KILL_TIMEOUT 1000 /* number of ms to retry kill of inpcb*/ macro
1275 to_ticks = (SCTP_INP_KILL_TIMEOUT * hz) / 1000; in sctp_timer_start()