Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_sack.c568 for (i = 0; i < to->to_nsacks; i++) { in tcp_sack_doack()
H A Dtcp_output.c866 to.to_nsacks = tp->rcv_numsacks; in tcp_output()
1845 sackblks = min(to->to_nsacks, in tcp_addoptions()
H A Dtcp_var.h468 u_int8_t to_nsacks; /* number of SACK blocks */ member
H A Dtcp_input.c3492 to->to_nsacks = (optlen - 2) / TCPOLEN_SACK; in tcp_dooptions()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h468 u_int8_t to_nsacks; /* number of SACK blocks */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c7662 for (i = 0; i < to->to_nsacks; i++) { in rack_log_ack()
8226 if (SEQ_GEQ(th->th_ack, tp->snd_una) || to->to_nsacks) { in rack_process_ack()
13075 to.to_nsacks = tp->rcv_numsacks; in rack_output()
H A Dbbr.c7623 for (i = 0; i < to->to_nsacks; i++) { in bbr_log_ack()
7810 if (SEQ_GEQ(th->th_ack, tp->snd_una) || to->to_nsacks) { in bbr_process_ack()
13050 to.to_nsacks = tp->rcv_numsacks; in bbr_output_wtime()