Searched refs:sc_wnd (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/netinet/
H A Dtcp_syncache.h65 u_int16_t sc_wnd; /* advertised window */ member in struct:syncache
H A Dtcp_syncache.c597 SEQ_LEQ(th->th_seq, sc->sc_irs + sc->sc_wnd)) {
608 s, __func__, th->th_seq, sc->sc_irs, sc->sc_wnd);
858 tp->rcv_wnd = sc->sc_wnd;
1030 SEQ_GT(th->th_seq, sc->sc_irs + sc->sc_wnd)) {
1390 sc->sc_wnd = win;
1604 th->th_win = htons(sc->sc_wnd);
2001 sc->sc_wnd = wnd;

Completed in 46 milliseconds