Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_input.c3506 SEQ_LEQ(th->th_seq, sc->sc_irs) || in syn_cache_get()
3507 SEQ_GT(th->th_seq, sc->sc_irs + 1 + sc->sc_win)) { in syn_cache_get()
3610 tp->irs = sc->sc_irs; in syn_cache_get()
3640 tp->snd_wl1 = sc->sc_irs; in syn_cache_get()
3641 tp->rcv_up = sc->sc_irs + 1; in syn_cache_get()
3691 if (SEQ_LT(th->th_seq, sc->sc_irs) || in syn_cache_reset()
3692 SEQ_GT(th->th_seq, sc->sc_irs + 1)) { in syn_cache_reset()
3861 sc->sc_irs = th->th_seq;
4032 th->th_ack = htonl(sc->sc_irs + 1);
H A Dtcp_var.h259 tcp_seq sc_irs; /* [I] */ member