Searched refs:iaj_rwintop (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c1707 if (tp->iaj_rwintop == 0 ||
1708 SEQ_LT(tp->iaj_rwintop, tp->rcv_adv))
1709 tp->iaj_rwintop = tp->rcv_adv;
1710 if (SEQ_LT(tp->iaj_rwintop,
1712 tp->iaj_rwintop = tp->rcv_nxt + min_iaj_win;
1713 recwin = min(tp->iaj_rwintop - tp->rcv_nxt, recwin);
H A Dtcp_var.h419 tcp_seq iaj_rwintop; /* recent max advertised window */ member in struct:tcpcb
H A Dtcp_input.c403 tp->iaj_rwintop = 0;

Completed in 68 milliseconds