Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c149 static void sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp);
2459 sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp) in sctp_ResetTimeOut() argument
2461 if (newexp < assoc->exp) { in sctp_ResetTimeOut()
2463 assoc->exp = newexp; in sctp_ResetTimeOut()
2466 assoc->exp = newexp; in sctp_ResetTimeOut()