HomeSort by: relevance | last modified time | path
    Searched refs:sc_irs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_syncache.h 172 tcp_seq sc_irs; member in struct:syn_cache
tcp_syncache.c 576 SEQ_LEQ(th->th_seq, sc->sc_irs) ||
577 SEQ_GT(th->th_seq, sc->sc_irs + 1 + sc->sc_win)) {
718 tp->irs = sc->sc_irs;
759 tp->snd_wl1 = sc->sc_irs;
760 tp->rcv_up = sc->sc_irs + 1;
813 if (SEQ_LT(th->th_seq, sc->sc_irs) ||
814 SEQ_GT(th->th_seq, sc->sc_irs+1)) {
968 sc->sc_irs = th->th_seq;
1166 th->th_ack = htonl(sc->sc_irs + 1);

Completed in 14 milliseconds