Searched refs:to_nsacks (Results 1 – 3 of 3) sorted by relevance
454 for (i = 0; i < to->to_nsacks; i++) { in tcp_sack_doack()904 if (to->to_nsacks > 1) { in tcp_sack_process_dsack()925 to->to_nsacks--; in tcp_sack_process_dsack()936 } else if (to->to_nsacks > 1 && in tcp_sack_process_dsack()950 to->to_nsacks--; in tcp_sack_process_dsack()962 to->to_nsacks--; in tcp_sack_process_dsack()
3235 (SACK_ENABLED(tp) && to.to_nsacks == 0 && in tcp_input()4712 if (tlen == 0 && to.to_nsacks == 0) { in tcp_input()4781 } else if (to.to_nsacks == 0) { in tcp_input()4848 (to.to_nsacks > 0 || !TAILQ_EMPTY(&tp->snd_holes))) { in tcp_input()4893 if (SACK_ENABLED(tp) && to.to_nsacks > 0) { in tcp_input()4909 to.to_nsacks == 0) { in tcp_input()4916 (to.to_nsacks > 0 || !TAILQ_EMPTY(&tp->snd_holes))) { in tcp_input()4985 (to.to_nsacks > 0 && sack_bytes_acked > 0))) { in tcp_input()5670 to.to_nsacks > 0 && tp->t_dupacks == 0 && in tcp_input()6274 to->to_nsacks = (optlen - 2) / TCPOLEN_SACK; in tcp_dooptions()
1040 …uint8_t to_nsacks; /* number … member