Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c150 static void sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp);
2444 sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp) in sctp_ResetTimeOut() argument
2446 if (newexp < assoc->exp) { in sctp_ResetTimeOut()
2448 assoc->exp = newexp; in sctp_ResetTimeOut()
2451 assoc->exp = newexp; in sctp_ResetTimeOut()