Home
last modified time | relevance | path

Searched refs:tcp_init_cwnd (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dtcp.h1555 __u32 tcp_init_cwnd(const struct tcp_sock *tp, const struct dst_entry *dst);
/linux/net/ipv4/
H A Dtcp_input.c1202 __u32 tcp_init_cwnd(const struct tcp_sock *tp, const struct dst_entry *dst) in tcp_init_cwnd() function
6690 tcp_snd_cwnd_set(tp, tcp_init_cwnd(tp, __sk_dst_get(sk))); in tcp_init_transfer()