Searched refs:tcp_snd_cwnd_set (Results 1 – 11 of 11) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_hybla.c | 57 tcp_snd_cwnd_set(tp, 2); in hybla_init() 65 tcp_snd_cwnd_set(tp, ca->rho); in hybla_init() 146 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) + (increment >> 7)); in hybla_cong_avoid() 151 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) + 1); in hybla_cong_avoid() 157 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) + 1); in hybla_cong_avoid() 162 tcp_snd_cwnd_set(tp, min(tcp_snd_cwnd(tp), tp->snd_ssthresh)); in hybla_cong_avoid() 164 tcp_snd_cwnd_set(tp, min(tcp_snd_cwnd(tp), tp->snd_cwnd_clamp)); in hybla_cong_avoid()
|
| H A D | tcp_nv.c | 407 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) - dec); in tcpnv_acked() 409 tcp_snd_cwnd_set(tp, max_win); in tcpnv_acked() 448 tcp_snd_cwnd_set(tp, nv_min_cwnd); in tcpnv_acked()
|
| H A D | tcp_lp.c | 319 tcp_snd_cwnd_set(tp, 1U); in tcp_lp_pkts_acked() 324 tcp_snd_cwnd_set(tp, max(tcp_snd_cwnd(tp) >> 1U, 1U)); in tcp_lp_pkts_acked()
|
| H A D | tcp_highspeed.c | 145 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) + 1); in hstcp_cong_avoid()
|
| H A D | tcp_westwood.c | 248 tcp_snd_cwnd_set(tp, tp->snd_ssthresh); in tcp_westwood_event()
|
| H A D | tcp_illinois.c | 288 tcp_snd_cwnd_set(tp, min(tcp_snd_cwnd(tp) + delta / tcp_snd_cwnd(tp), in tcp_illinois_cong_avoid()
|
| H A D | tcp_htcp.c | 247 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) + 1); in htcp_cong_avoid()
|
| H A D | tcp_input.c | 2574 tcp_snd_cwnd_set(tp, tcp_packets_in_flight(tp) + 1); in tcp_enter_loss() 2860 tcp_snd_cwnd_set(tp, icsk->icsk_ca_ops->undo_cwnd(sk)); in tcp_undo_cwnd_reduction() 3010 tcp_snd_cwnd_set(tp, tcp_packets_in_flight(tp) + sndcnt); in tcp_cwnd_reduction() 3023 tcp_snd_cwnd_set(tp, tp->snd_ssthresh); in tcp_end_cwnd_reduction() 3094 tcp_snd_cwnd_set(tp, max_t(u32, 1U, val)); in tcp_mtup_probe_success() 3431 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) + 1); in tcp_fastretrans_alert() 6688 tcp_snd_cwnd_set(tp, 1); in tcp_init_transfer() 6690 tcp_snd_cwnd_set(tp, tcp_init_cwnd(tp, __sk_dst_get(sk))); in tcp_init_transfer()
|
| H A D | tcp.c | 452 tcp_snd_cwnd_set(tp, TCP_INIT_CWND); in tcp_init_sock() 3428 tcp_snd_cwnd_set(tp, TCP_INIT_CWND); in tcp_disconnect()
|
| /linux/include/net/ |
| H A D | tcp.h | 1513 static inline void tcp_snd_cwnd_set(struct tcp_sock *tp, u32 val) in tcp_snd_cwnd_set() function
|
| /linux/net/core/ |
| H A D | filter.c | 5402 tcp_snd_cwnd_set(tp, val); in bpf_sol_tcp_setsockopt()
|