Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_sack.c455 for (i = 0; i < to->to_nsacks; i++) { in tcp_sack_doack()
891 if (to->to_nsacks > 1) { in tcp_sack_process_dsack()
912 to->to_nsacks--; in tcp_sack_process_dsack()
922 } else if (to->to_nsacks > 1 && in tcp_sack_process_dsack()
936 to->to_nsacks--; in tcp_sack_process_dsack()
947 to->to_nsacks--; in tcp_sack_process_dsack()
H A Dtcp_input.c2966 (SACK_ENABLED(tp) && to.to_nsacks == 0 && in tcp_input()
4278 (to.to_nsacks > 0 || !TAILQ_EMPTY(&tp->snd_holes))) { in tcp_input()
4319 if (SACK_ENABLED(tp) && to.to_nsacks > 0) { in tcp_input()
4328 to.to_nsacks == 0) { in tcp_input()
4335 (to.to_nsacks > 0 || !TAILQ_EMPTY(&tp->snd_holes))) { in tcp_input()
4377 (to.to_nsacks > 0 && sack_bytes_acked > 0))) { in tcp_input()
5001 to.to_nsacks > 0 && tp->t_dupacks == 0 && in tcp_input()
5576 to->to_nsacks = (optlen - 2) / TCPOLEN_SACK; in tcp_dooptions()
H A Dtcp_var.h820 uint8_t to_nsacks; /* number of SACK blocks */ member