Searched defs:cwnd (Results  1 – 22 of 22) sorted by relevance
| /Linux-v5.4/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 | 391 static u32 bbr_quantization_budget(struct sock *sk, u32 cwnd)  in bbr_quantization_budget()482 	u32 cwnd = tp->snd_cwnd;  in bbr_set_cwnd_to_recover_or_restore()  local
 520 	u32 cwnd = tp->snd_cwnd, target_cwnd = 0;  in bbr_set_cwnd()  local
 
 | 
| D | tcp_cong.c | 396 	u32 cwnd = min(tp->snd_cwnd + acked, tp->snd_ssthresh);  in tcp_slow_start()  local
 | 
| D | tcp_cubic.c | 225 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked)  in bictcp_update()
 | 
| D | tcp_output.c | 141 	u32 cwnd = tp->snd_cwnd;  in tcp_cwnd_restart()  local1794 	u32 in_flight, cwnd, halfcwnd;  in tcp_cwnd_test()  local
 
 | 
| D | tcp_input.c | 865 	__u32 cwnd = (dst ? dst_metric(dst, RTAX_INITCWND) : 0);  in tcp_init_cwnd()  local
 | 
| /Linux-v5.4/samples/bpf/ | 
| D | hbm_kern.h | 79 	int	cwnd;  member
 | 
| /Linux-v5.4/include/linux/qed/ | 
| D | tcp_common.h | 118 	__le32 cwnd;  member184 	__le32 cwnd;  member
 264 	__le32 cwnd;  member
 
 | 
| D | qed_iscsi_if.h | 101 	u32 cwnd;  member
 | 
| /Linux-v5.4/net/sctp/ | 
| D | transport.c | 401 	__u32 cwnd, ssthresh, flight_size, pba, pmtu;  in sctp_transport_raise_cwnd()  local
 | 
| /Linux-v5.4/net/dccp/ccids/ | 
| D | ccid2.c | 217 	u32 cwnd = hc->tx_cwnd, restart_cwnd,  in ccid2_cwnd_restart()  local
 | 
| /Linux-v5.4/net/rxrpc/ | 
| D | input.c | 45 	unsigned int cwnd = call->cong_cwnd;  in rxrpc_congestion_management()  local
 | 
| D | ar-internal.h | 697 	u8			cwnd;  member
 | 
| /Linux-v5.4/net/batman-adv/ | 
| D | tp_meter.c | 631 	u32 rtt, recv_ack, cwnd;  in batadv_tp_recv_ack()  local
 | 
| D | types.h | 1431 	u32 cwnd;  member
 | 
| /Linux-v5.4/net/sunrpc/ | 
| D | xprt.c | 498 	unsigned long cwnd = xprt->cwnd;  in xprt_adjust_cwnd()  local
 | 
| /Linux-v5.4/include/linux/sunrpc/ | 
| D | xprt.h | 196 	unsigned long		cwnd;		/* congestion window */  member
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_iscsi.c | 105 	u32 cwnd;  member
 | 
| /Linux-v5.4/include/net/sctp/ | 
| D | structs.h | 840 	__u32 cwnd;		  /* This is the actual cwnd.  */  member
 | 
| /Linux-v5.4/drivers/infiniband/hw/i40iw/ | 
| D | i40iw_type.h | 726 	u32 cwnd;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/ | 
| D | cnic_defs.h | 4101 	u32 cwnd;  member
 |