Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_highspeed.c17 unsigned int cwnd; member
Dtcp_bic.c83 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) in bictcp_update()
Dtcp_bbr.c392 static u32 bbr_quantization_budget(struct sock *sk, u32 cwnd) in bbr_quantization_budget()
483 u32 cwnd = tp->snd_cwnd; in bbr_set_cwnd_to_recover_or_restore() local
521 u32 cwnd = tp->snd_cwnd, target_cwnd = 0; in bbr_set_cwnd() local
Dtcp_cong.c398 u32 cwnd = min(tp->snd_cwnd + acked, tp->snd_ssthresh); in tcp_slow_start() local
Dtcp_cubic.c221 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update()
/kernel/linux/linux-6.6/net/ipv4/
Dtcp_highspeed.c17 unsigned int cwnd; member
Dtcp_bic.c83 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) in bictcp_update()
Dtcp_bbr.c394 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
Dtcp_cong.c460 u32 cwnd = min(tcp_snd_cwnd(tp) + acked, tp->snd_ssthresh); in tcp_slow_start() local
Dtcp_cubic.c214 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update()
/kernel/linux/linux-5.10/samples/bpf/
Dhbm_kern.h76 int cwnd; member
/kernel/linux/linux-6.6/samples/bpf/
Dhbm_kern.h74 int cwnd; member
/kernel/linux/linux-5.10/include/linux/qed/
Dtcp_common.h92 __le32 cwnd; member
158 __le32 cwnd; member
238 __le32 cwnd; member
/kernel/linux/linux-6.6/include/linux/qed/
Dtcp_common.h92 __le32 cwnd; member
158 __le32 cwnd; member
238 __le32 cwnd; member
Dqed_nvmetcp_if.h51 u32 cwnd; member
/kernel/linux/linux-5.10/net/sctp/
Dtransport.c401 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
/kernel/linux/linux-6.6/net/sctp/
Dtransport.c559 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
/kernel/linux/linux-5.10/net/dccp/ccids/
Dccid2.c217 u32 cwnd = hc->tx_cwnd, restart_cwnd, in ccid2_cwnd_restart() local
/kernel/linux/linux-6.6/net/dccp/ccids/
Dccid2.c220 u32 cwnd = hc->tx_cwnd, restart_cwnd, in ccid2_cwnd_restart() local
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
Dqed_nvmetcp.h73 u32 cwnd; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c266 static __always_inline void bictcp_update(struct bictcp *ca, __u32 cwnd, in bictcp_update()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c272 static __always_inline void bictcp_update(struct bictcp *ca, __u32 cwnd, in bictcp_update()
/kernel/linux/linux-6.6/net/rxrpc/
Dinput.c28 unsigned int cwnd = call->cong_cwnd; in rxrpc_congestion_management() local
/kernel/linux/linux-5.10/net/rxrpc/
Dinput.c45 unsigned int cwnd = call->cong_cwnd; in rxrpc_congestion_management() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h190 __u32 cwnd = min(tp->snd_cwnd + acked, tp->snd_ssthresh); in tcp_slow_start() local

12