HomeSort by: relevance | last modified time | path
    Searched refs:end_at (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_uio.h 556 int end_at; /* end at this one */ member in struct:sctp_cwnd_log_req
sctputil.c 326 if (req->end_at > sctp_cwnd_log_at) {
327 req->end_at = sctp_cwnd_log_at;
333 if (((req->start_at == 0) && (req->end_at == 0)) ||
335 (req->end_at >= SCTP_STAT_LOG_SIZE)) {
338 req->end_at = sctp_cwnd_log_at - 1;
349 if (req->start_at > req->end_at) {
351 (req->end_at + 1);
354 cc = req->end_at - req->start_at;
364 req->end_at = sctp_cwnd_log_at - 1;

Completed in 14 milliseconds