Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c304 #define SN_X_T(la) (la->timeStamp + sysctl_holddown_timer) /**< Wait after a shutdown complete in…
333 static u_int sysctl_holddown_timer = 0; /**< Seconds to hold an association in the table after it h… variable
385 &sysctl_holddown_timer, 0, sysctl_chg_timer, "IU",
466 if (((u_int *)arg1) != &sysctl_holddown_timer) { in sysctl_chg_timer()
1970 if (sysctl_holddown_timer > 0) in CL_process()