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.c867 to.to_nsacks = tp->rcv_numsacks; in tcp_default_output()
1904 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.h883 u_int8_t to_nsacks; /* number of SACK blocks */ member
H A Dtcp_input.c3624 to->to_nsacks = (optlen - 2) / TCPOLEN_SACK; in tcp_dooptions()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c7515 for (i = 0; i < to->to_nsacks; i++) { in bbr_log_ack()
7737 if (SEQ_GEQ(th->th_ack, tp->snd_una) || to->to_nsacks) { in bbr_process_ack()
12903 to.to_nsacks = tp->rcv_numsacks; in bbr_output_wtime()
H A Drack.c10840 for (i = 0; i < to->to_nsacks; i++) { in rack_log_ack()
11815 if (SEQ_GEQ(th->th_ack, tp->snd_una) || to->to_nsacks) { in rack_process_ack()
21288 to.to_nsacks = tp->rcv_numsacks; in rack_output()