Home | Sort by: relevance | last modified time | path |
/src/sys/netinet/ | |
tcp_congctl.c | 695 int sack_num_segs = 1, sack_bytes_rxmt = 0; local in function:tcp_newreno_fast_retransmit_newack 725 (void)tcp_sack_output(tp, &sack_bytes_rxmt); 726 tp->snd_cwnd = sack_bytes_rxmt + |
tcp_output.c | 531 int sack_bytes_rxmt; local in function:tcp_output 689 sack_bytes_rxmt = 0; 698 p = tcp_sack_output(tp, &sack_bytes_rxmt); 702 cwin = uimin(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt; 800 sack_bytes_rxmt; |
tcp_congctl.c | 695 int sack_num_segs = 1, sack_bytes_rxmt = 0; local in function:tcp_newreno_fast_retransmit_newack 725 (void)tcp_sack_output(tp, &sack_bytes_rxmt); 726 tp->snd_cwnd = sack_bytes_rxmt + |
tcp_output.c | 531 int sack_bytes_rxmt; local in function:tcp_output 689 sack_bytes_rxmt = 0; 698 p = tcp_sack_output(tp, &sack_bytes_rxmt); 702 cwin = uimin(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt; 800 sack_bytes_rxmt; |