Home | History | Annotate | Download | only in netinet

Lines Matching defs:idle

522 	int idle, sendalot, txsegsize, rxsegsize;
555 idle = (tp->snd_max == tp->snd_una);
606 * been acknowledged (i.e. transmission is idle).
614 if (idle && (tcp_now - tp->t_rcvtime) >= tp->t_rxtcur) {
616 * We have been idle for "a while" and no acks are
874 * TODO: Shrink send buffer during idle periods together
917 * Sender silly window avoidance. If connection is idle
930 ((idle || tp->t_flags & TF_NODELAY) &&
1010 * idle not doing retransmits or persists
1020 * The output side is idle when both timers are zero.