Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_output.c334 if (!force_queue && tp->send_head == NULL && tcp_snd_test(tp, skb, cur_mss, tp->nonagle)) { in tcp_send_skb()
358 if (tcp_snd_test(tp, skb, cur_mss, 1)) { in tcp_push_one()
587 tcp_snd_test(tp, skb, mss_now, tcp_skb_is_last(sk, skb) ? nonagle : 1)) { in tcp_write_xmit()
/linux-2.4.37.9/include/net/
Dtcp.h1305 static __inline__ int tcp_snd_test(struct tcp_opt *tp, struct sk_buff *skb, in tcp_snd_test() function
1364 if (!tcp_snd_test(tp, skb, cur_mss, nonagle) || in __tcp_push_pending_frames()
1382 tcp_snd_test(tp, skb, tcp_current_mss(sk), in tcp_may_send_now()