Searched refs:sc_irs (Results 1 – 2 of 2) sorted by relevance
675 if ((SEQ_GEQ(th->th_seq, sc->sc_irs + 1) && in syncache_chkrst()676 SEQ_LT(th->th_seq, sc->sc_irs + 1 + sc->sc_wnd)) || in syncache_chkrst()677 (sc->sc_wnd == 0 && th->th_seq == sc->sc_irs + 1)) { in syncache_chkrst()679 th->th_seq == sc->sc_irs + 1) { in syncache_chkrst()696 th->th_seq, sc->sc_irs + 1, sc->sc_wnd); in syncache_chkrst()710 th->th_seq, sc->sc_irs + 1, sc->sc_wnd); in syncache_chkrst()914 tp->irs = sc->sc_irs; in syncache_socket()918 tp->snd_wl1 = sc->sc_irs; in syncache_socket()921 tp->rcv_up = sc->sc_irs + 1; in syncache_socket()1275 if (SEQ_LEQ(th->th_seq, sc->sc_irs) || in syncache_expand()[all …]
60 tcp_seq sc_irs; /* seq from peer */ member