Searched refs:to_nsacks (Results 1 – 4 of 4) sorted by relevance
443 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()
1997 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()3765 (SACK_ENABLED(tp) && to.to_nsacks == 0 && in tcp_input()5017 (to.to_nsacks > 0 || !TAILQ_EMPTY(&tp->snd_holes))) { in tcp_input()5073 if (SACK_ENABLED(tp) && to.to_nsacks > 0) { in tcp_input()5089 to.to_nsacks == 0) { in tcp_input()5096 (to.to_nsacks > 0 || !TAILQ_EMPTY(&tp->snd_holes))) { in tcp_input()5165 (to.to_nsacks > 0 && sack_bytes_acked > 0))) { in tcp_input()5854 to.to_nsacks > 0 && tp->t_dupacks == 0 && in tcp_input()6469 to->to_nsacks = (optlen - 2) / TCPOLEN_SACK; in tcp_dooptions()
1084 …uint8_t to_nsacks; /* number … member
759 sackblks = min(to->to_nsacks, in tcp_addoptions()