Searched defs:cwnd (Results  1 – 14 of 14) sorted by relevance
| /linux-4.4.14/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 | 379 	u32 cwnd = min(tp->snd_cwnd + acked, tp->snd_ssthresh);  in tcp_slow_start()  local
 | 
| D | tcp_cubic.c | 226 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked)  in bictcp_update()
 | 
| D | tcp_output.c | 146 	u32 cwnd = tp->snd_cwnd;  in tcp_cwnd_restart()  local1588 	u32 in_flight, cwnd, halfcwnd;  in tcp_cwnd_test()  local
 
 | 
| D | tcp_input.c | 826 	__u32 cwnd = (dst ? dst_metric(dst, RTAX_INITCWND) : 0);  in tcp_init_cwnd()  local
 | 
| /linux-4.4.14/net/sctp/ | 
| D | transport.c | 385 	__u32 cwnd, ssthresh, flight_size, pba, pmtu;  in sctp_transport_raise_cwnd()  local
 | 
| /linux-4.4.14/net/dccp/ccids/ | 
| D | ccid2.c | 216 	u32 cwnd = hc->tx_cwnd, restart_cwnd,  in ccid2_cwnd_restart()  local
 | 
| /linux-4.4.14/net/sunrpc/xprtrdma/ | 
| D | rpc_rdma.c | 777 	unsigned long cwnd;  in rpcrdma_reply_handler()  local
 | 
| /linux-4.4.14/drivers/infiniband/hw/nes/ | 
| D | nes_context.h | 65 	__le32   cwnd;  member
 | 
| /linux-4.4.14/net/sunrpc/ | 
| D | xprt.c | 450 	unsigned long cwnd = xprt->cwnd;  in xprt_adjust_cwnd()  local
 | 
| /linux-4.4.14/include/linux/sunrpc/ | 
| D | xprt.h | 178 	unsigned long		cwnd;		/* congestion window */  member
 | 
| /linux-4.4.14/include/net/sctp/ | 
| D | structs.h | 818 	__u32 cwnd;		  /* This is the actual cwnd.  */  member
 | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/ | 
| D | cnic_defs.h | 4101 	u32 cwnd;  member
 |