Searched defs:cwnd (Results 1 – 12 of 12) sorted by relevance
/linux-3.3/net/ipv4/ |
D | tcp_highspeed.c | 17 unsigned int cwnd; member
|
D | tcp_bic.c | 86 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) in bictcp_update()
|
D | tcp_cubic.c | 207 static inline void bictcp_update(struct bictcp *ca, u32 cwnd) in bictcp_update()
|
D | tcp_output.c | 141 u32 cwnd = tp->snd_cwnd; in tcp_cwnd_restart() local 1320 unsigned int mss_now, unsigned int cwnd) in tcp_mss_split_point() 1345 u32 in_flight, cwnd; in tcp_cwnd_test() local
|
D | tcp_input.c | 828 __u32 cwnd = (dst ? dst_metric(dst, RTAX_INITCWND) : 0); in tcp_init_cwnd() local
|
/linux-3.3/net/sctp/ |
D | transport.c | 388 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
|
/linux-3.3/net/dccp/ccids/ |
D | ccid2.c | 216 u32 cwnd = hc->tx_cwnd, restart_cwnd, in ccid2_cwnd_restart() local
|
/linux-3.3/drivers/infiniband/hw/nes/ |
D | nes_context.h | 65 __le32 cwnd; member
|
/linux-3.3/net/sunrpc/ |
D | xprt.c | 444 unsigned long cwnd = xprt->cwnd; in xprt_adjust_cwnd() local
|
/linux-3.3/include/linux/sunrpc/ |
D | xprt.h | 159 unsigned long cwnd; /* congestion window */ member
|
/linux-3.3/include/net/sctp/ |
D | structs.h | 949 __u32 cwnd; /* This is the actual cwnd. */ member
|
/linux-3.3/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 4125 u32 cwnd; member
|