Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/libalias/
HDalias_sctp.c149 static void sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp);
1844 sctp_ResetTimeOut(la, assoc, SN_I_T(la)); in INi_process()
1867 sctp_ResetTimeOut(la,assoc, SN_U_T(la)); in INi_process()
1896 sctp_ResetTimeOut(la,assoc, SN_I_T(la)); in INa_process()
1911 sctp_ResetTimeOut(la,assoc, SN_U_T(la)); in INa_process()
1945 sctp_ResetTimeOut(la,assoc, SN_C_T(la)); in UP_process()
1962 sctp_ResetTimeOut(la,assoc, SN_U_T(la)); in UP_process()
1990 sctp_ResetTimeOut(la, assoc, SN_X_T(la));/* allow to stay open for Tbit packets*/ in CL_process()
1996 sctp_ResetTimeOut(la, assoc, SN_C_T(la)); in CL_process()
2465 sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp) in sctp_ResetTimeOut() function