Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c303 #define SN_X_T(la) (LibAliasTime + sysctl_holddown_timer) /**< Wait after a shutdown complete in …
332 static u_int sysctl_holddown_timer = 0; /**< Seconds to hold an association in the table after it h… variable
384 &sysctl_holddown_timer, 0, sysctl_chg_timer, "IU",
467 if (((u_int *)arg1) != &sysctl_holddown_timer) { in sysctl_chg_timer()
1983 if (sysctl_holddown_timer > 0) in CL_process()