Searched defs:cwnd (Results 1 - 25 of 25) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_highspeed.c17 unsigned int cwnd; member in struct:hstcp_aimd_val
[all...]
H A Dtcp_bic.c83 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) argument
[all...]
H A Dtcp_cong.c456 u32 cwnd = min(tcp_snd_cwnd(tp) + acked, tp->snd_ssthresh); local
H A Dtcp_cubic.c214 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) argument
[all...]
H A Dtcp_bbr.c395 bbr_quantization_budget(struct sock *sk, u32 cwnd) argument
486 u32 cwnd = tcp_snd_cwnd(tp); local
524 u32 cwnd = tcp_snd_cwnd(tp), target_cwnd = 0; local
[all...]
H A Dtcp_output.c146 u32 cwnd = tcp_snd_cwnd(tp); local
2076 u32 in_flight, cwnd, halfcwnd; local
[all...]
H A Dtcp_input.c995 __u32 cwnd = (dst ? dst_metric(dst, RTAX_INITCWND) : 0); local
[all...]
/linux-master/net/dccp/ccids/
H A Dccid2.c220 u32 cwnd = hc->tx_cwnd, restart_cwnd, local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp.h73 u32 cwnd; member in struct:qed_nvmetcp_conn
H A Dqed_iscsi.c80 u32 cwnd; member in struct:qed_iscsi_conn
/linux-master/samples/bpf/
H A Dhbm_kern.h74 int cwnd; member in struct:hbm_pkt_info
/linux-master/net/sctp/
H A Dtransport.c559 __u32 cwnd, ssthresh, flight_size, pba, pmtu; local
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c266 static __always_inline void bictcp_update(struct bictcp *ca, __u32 cwnd, argument
[all...]
/linux-master/net/batman-adv/
H A Dtp_meter.c636 u32 rtt, recv_ack, cwnd; local
[all...]
H A Dtypes.h1487 u32 cwnd; member in struct:batadv_tp_vars
/linux-master/include/linux/qed/
H A Dqed_iscsi_if.h75 u32 cwnd; member in struct:qed_iscsi_params_offload
H A Dqed_nvmetcp_if.h51 u32 cwnd; member in struct:qed_nvmetcp_params_offload
H A Dtcp_common.h92 __le32 cwnd; member in struct:tcp_offload_params
158 __le32 cwnd; member in struct:tcp_offload_params_opt2
238 __le32 cwnd; member in struct:tcp_upload_params
/linux-master/net/rxrpc/
H A Dinput.c28 unsigned int cwnd = call->cong_cwnd; local
[all...]
H A Dar-internal.h755 u8 cwnd; member in struct:rxrpc_ack_summary
/linux-master/net/sunrpc/
H A Dxprt.c565 unsigned long cwnd = xprt->cwnd; local
[all...]
/linux-master/include/linux/sunrpc/
H A Dxprt.h209 unsigned long cwnd; /* congestion window */ member in struct:rpc_xprt
/linux-master/include/net/sctp/
H A Dstructs.h838 __u32 cwnd; /* This is the actual cwnd. */ member in struct:sctp_transport
/linux-master/drivers/infiniband/hw/irdma/
H A Dtype.h807 u32 cwnd; member in struct:irdma_udp_offload_info
916 u32 cwnd; member in struct:irdma_tcp_offload_info
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h4101 u32 cwnd; member in struct:tstorm_tcp_st_context_section

Completed in 923 milliseconds