Searched refs:sc_irs (Results 1 – 2 of 2) sorted by relevance
674 if ((SEQ_GEQ(th->th_seq, sc->sc_irs + 1) && in syncache_chkrst()678 th->th_seq == sc->sc_irs + 1) { in syncache_chkrst()695 th->th_seq, sc->sc_irs + 1, sc->sc_wnd); in syncache_chkrst()703 th->th_seq, sc->sc_irs + 1, sc->sc_wnd); in syncache_chkrst()1020 tp->irs = sc->sc_irs; in syncache_socket()1049 tp->snd_wl1 = sc->sc_irs; in syncache_socket()1052 tp->rcv_up = sc->sc_irs + 1; in syncache_socket()1369 if (SEQ_LEQ(th->th_seq, sc->sc_irs) || in syncache_expand()1718 sc->sc_irs = th->th_seq; in syncache_add()1958 th->th_ack = htonl(sc->sc_irs + 1); in syncache_respond()[all …]
61 tcp_seq sc_irs; /* seq from peer */ member