Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_output.c864 to.to_nsacks = tp->rcv_numsacks; in tcp_default_output()
1886 sackblks = min(to->to_nsacks, in tcp_addoptions()
H A Dtcp_sack.c603 for (i = 0; i < to->to_nsacks; i++) { in tcp_sack_doack()
H A Dtcp_var.h873 u_int8_t to_nsacks; /* number of SACK blocks */ member
H A Dtcp_input.c3578 to->to_nsacks = (optlen - 2) / TCPOLEN_SACK; in tcp_dooptions()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c7533 for (i = 0; i < to->to_nsacks; i++) { in bbr_log_ack()
7718 if (SEQ_GEQ(th->th_ack, tp->snd_una) || to->to_nsacks) { in bbr_process_ack()
12889 to.to_nsacks = tp->rcv_numsacks; in bbr_output_wtime()
H A Drack.c11544 for (i = 0; i < to->to_nsacks; i++) { in rack_log_ack()
12484 if (SEQ_GEQ(th->th_ack, tp->snd_una) || to->to_nsacks) { in rack_process_ack()
22287 to.to_nsacks = tp->rcv_numsacks; in rack_output()