Home
last modified time | relevance | path

Searched refs:to_nsacks (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_sack.c443 for (i = 0; i < to->to_nsacks; i++) { in tcp_sack_doack()
894 if (to->to_nsacks > 1) { in tcp_sack_process_dsack()
915 to->to_nsacks--; in tcp_sack_process_dsack()
926 } else if (to->to_nsacks > 1 && in tcp_sack_process_dsack()
940 to->to_nsacks--; in tcp_sack_process_dsack()
952 to->to_nsacks--; in tcp_sack_process_dsack()
H A Dtcp_input.c1997 if (tlen == 0 && to->to_nsacks == 0) { in tcp_input_process_accecn_last_ack()
2068 } else if (to->to_nsacks == 0) { in tcp_input_process_accecn_last_ack()
3766 (SACK_ENABLED(tp) && to.to_nsacks == 0 && in tcp_input()
5018 (to.to_nsacks > 0 || !TAILQ_EMPTY(&tp->snd_holes))) { in tcp_input()
5074 if (SACK_ENABLED(tp) && to.to_nsacks > 0) { in tcp_input()
5090 to.to_nsacks == 0) { in tcp_input()
5097 (to.to_nsacks > 0 || !TAILQ_EMPTY(&tp->snd_holes))) { in tcp_input()
5166 (to.to_nsacks > 0 && sack_bytes_acked > 0))) { in tcp_input()
5855 to.to_nsacks > 0 && tp->t_dupacks == 0 && in tcp_input()
6470 to->to_nsacks = (optlen - 2) / TCPOLEN_SACK; in tcp_dooptions()
H A Dtcp_var.h1084 …uint8_t to_nsacks; /* number … member
H A Dtcp_output.c819 sackblks = min(to->to_nsacks, in tcp_addoptions()