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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c150 static void sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp);
2460 * @param newexp New expiration time
2463 sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp) argument
2465 if (newexp < assoc->exp) {
2467 assoc->exp = newexp;
2470 assoc->exp = newexp;

Completed in 91 milliseconds