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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c304 #define SN_X_T(la) (la->timeStamp + sysctl_holddown_timer) /**< Wait after a shutdown complete in seconds */
333 static u_int sysctl_holddown_timer = 0; /**< Seconds to hold an association in the table after it has been shutdown (to allow for lost SHUTDOWN-COMPLETEs) */ variable
385 &sysctl_holddown_timer, 0, sysctl_chg_timer, "IU",
468 if (((u_int *)arg1) != &sysctl_holddown_timer) {
1970 * the setting of sysctl_holddown_timer it may not remove the association
1987 if (sysctl_holddown_timer > 0)

Completed in 56 milliseconds