Home
last modified time | relevance | path

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

/linux-3.3/net/ipv4/
Dtcp_output.c1428 static inline int tcp_snd_wnd_test(const struct tcp_sock *tp, const struct sk_buff *skb, in tcp_snd_wnd_test() function
1455 if (cwnd_quota && !tcp_snd_wnd_test(tp, skb, cur_mss)) in tcp_snd_test()
1772 if (unlikely(!tcp_snd_wnd_test(tp, skb, mss_now))) in tcp_write_xmit()