Searched defs:cwnd (Results 1 – 14 of 14) sorted by relevance
/net/ipv4/ |
D | tcp_highspeed.c | 17 unsigned int cwnd; member
|
D | tcp_bic.c | 83 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) in bictcp_update()
|
D | tcp_bbr.c | 394 static u32 bbr_quantization_budget(struct sock *sk, u32 cwnd) in bbr_quantization_budget() 485 u32 cwnd = tcp_snd_cwnd(tp); in bbr_set_cwnd_to_recover_or_restore() local 523 u32 cwnd = tcp_snd_cwnd(tp), target_cwnd = 0; in bbr_set_cwnd() local
|
D | tcp_cong.c | 460 u32 cwnd = min(tcp_snd_cwnd(tp) + acked, tp->snd_ssthresh); in tcp_slow_start() local
|
D | tcp_cubic.c | 214 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update()
|
D | tcp_output.c | 147 u32 cwnd = tcp_snd_cwnd(tp); in tcp_cwnd_restart() local 2055 u32 in_flight, cwnd, halfcwnd; in tcp_cwnd_test() local
|
D | tcp_input.c | 989 __u32 cwnd = (dst ? dst_metric(dst, RTAX_INITCWND) : 0); in tcp_init_cwnd() local
|
/net/sctp/ |
D | transport.c | 559 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
|
/net/dccp/ccids/ |
D | ccid2.c | 220 u32 cwnd = hc->tx_cwnd, restart_cwnd, in ccid2_cwnd_restart() local
|
/net/rxrpc/ |
D | input.c | 39 unsigned int cwnd = call->cong_cwnd; in rxrpc_congestion_management() local
|
D | ar-internal.h | 746 u8 cwnd; member
|
/net/batman-adv/ |
D | tp_meter.c | 636 u32 rtt, recv_ack, cwnd; in batadv_tp_recv_ack() local
|
D | types.h | 1417 u32 cwnd; member
|
/net/sunrpc/ |
D | xprt.c | 565 unsigned long cwnd = xprt->cwnd; in xprt_adjust_cwnd() local
|