Searched refs:sack_enable (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c2141 if (tp->sack_enable) {
2143 tp->sack_enable = 0;
2259 ((!tp->sack_enable && tp->t_dupacks < tcprexmtthresh) ||
2260 (tp->sack_enable && to.to_nsacks == 0 &&
2396 if (tp->sack_enable && tp->rcv_numsacks)
2548 if (tp->sack_enable) {
2550 tp->sack_enable = 0;
3201 if (tp->sack_enable &&
3236 if (tp->sack_enable && IN_FASTRECOVERY(tp)) {
3271 if (tp->sack_enable) {
[all...]
H A Dtcp_output.c462 if (tp->sack_enable && SEQ_LT(tp->snd_nxt, tp->snd_max))
486 if (tp->sack_enable && IN_FASTRECOVERY(tp) &&
932 if (tp->sack_enable && (tp->t_state >= TCPS_ESTABLISHED) &&
1144 if (tp->sack_enable && ((tp->t_flags & TF_NOOPT) == 0)) {
H A Dtcp_var.h338 int sack_enable; /* enable SACK for this connection */ member in struct:tcpcb
H A Dtcp_subr.c856 tp->sack_enable = tcp_do_sack;

Completed in 33 milliseconds