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

/freebsd-12-stable/sys/netinet/
H A Dtcp_syncache.h61 tcp_seq sc_irs; /* seq from peer */ member in struct:syncache
H A Dtcp_syncache.c616 if ((SEQ_GEQ(th->th_seq, sc->sc_irs + 1) &&
617 SEQ_LT(th->th_seq, sc->sc_irs + 1 + sc->sc_wnd)) ||
618 (sc->sc_wnd == 0 && th->th_seq == sc->sc_irs + 1)) {
620 th->th_seq == sc->sc_irs + 1) {
637 th->th_seq, sc->sc_irs + 1, sc->sc_wnd);
645 th->th_seq, sc->sc_irs + 1, sc->sc_wnd);
883 tp->irs = sc->sc_irs;
912 tp->snd_wl1 = sc->sc_irs;
915 tp->rcv_up = sc->sc_irs + 1;
1227 if (SEQ_LEQ(th->th_seq, sc->sc_irs) ||
[all...]

Completed in 41 milliseconds