Searched defs:cwnd (Results 1 – 10 of 10) sorted by relevance
/net/ipv4/ |
D | tcp_highspeed.c | 16 unsigned int cwnd; member
|
D | tcp_bic.c | 84 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) in bictcp_update()
|
D | tcp_cong.c | 299 u32 cwnd = tp->snd_cwnd + acked; in tcp_slow_start() local
|
D | tcp_cubic.c | 229 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) in bictcp_update()
|
D | tcp_output.c | 149 u32 cwnd = tp->snd_cwnd; in tcp_cwnd_restart() local 1561 u32 in_flight, cwnd; in tcp_cwnd_test() local
|
D | tcp_input.c | 805 __u32 cwnd = (dst ? dst_metric(dst, RTAX_INITCWND) : 0); in tcp_init_cwnd() local
|
/net/sctp/ |
D | transport.c | 385 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
|
/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 736 unsigned long cwnd; in rpcrdma_reply_handler() local
|
/net/dccp/ccids/ |
D | ccid2.c | 219 u32 cwnd = hc->tx_cwnd, restart_cwnd, in ccid2_cwnd_restart() local
|
/net/sunrpc/ |
D | xprt.c | 444 unsigned long cwnd = xprt->cwnd; in xprt_adjust_cwnd() local
|