Searched refs:sc_irs (Results 1 – 2 of 2) sorted by relevance
683 if ((SEQ_GEQ(th->th_seq, sc->sc_irs + 1) && in syncache_chkrst()684 SEQ_LT(th->th_seq, sc->sc_irs + 1 + sc->sc_wnd)) || in syncache_chkrst()685 (sc->sc_wnd == 0 && th->th_seq == sc->sc_irs + 1)) { in syncache_chkrst()687 th->th_seq == sc->sc_irs + 1) { in syncache_chkrst()704 th->th_seq, sc->sc_irs + 1, sc->sc_wnd); in syncache_chkrst()718 th->th_seq, sc->sc_irs + 1, sc->sc_wnd); in syncache_chkrst()927 tp->irs = sc->sc_irs; in syncache_socket()931 tp->snd_wl1 = sc->sc_irs; in syncache_socket()934 tp->rcv_up = sc->sc_irs + 1; in syncache_socket()1285 if (SEQ_LEQ(th->th_seq, sc->sc_irs) || in syncache_expand()[all …]
62 tcp_seq sc_irs; /* seq from peer */ member