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.c3557 SEQ_LEQ(th->th_seq, sc->sc_irs) || in syn_cache_get()
3558 SEQ_GT(th->th_seq, sc->sc_irs + 1 + sc->sc_win)) { in syn_cache_get()
3658 tp->irs = sc->sc_irs; in syn_cache_get()
3688 tp->snd_wl1 = sc->sc_irs; in syn_cache_get()
3689 tp->rcv_up = sc->sc_irs + 1; in syn_cache_get()
3741 if (SEQ_LT(th->th_seq, sc->sc_irs) || in syn_cache_reset()
3742 SEQ_GT(th->th_seq, sc->sc_irs + 1)) { in syn_cache_reset()
3912 sc->sc_irs = th->th_seq; in syn_cache_add()
4084 th->th_ack = htonl(sc->sc_irs + 1); in syn_cache_respond()
H A Dtcp_var.h259 tcp_seq sc_irs; /* [I] */ member