Searched refs:tcp_current_mss (Results 1 – 4 of 4) sorted by relevance
1256 unsigned int tcp_current_mss(struct sock *sk) in tcp_current_mss() function1468 tcp_snd_test(sk, skb, tcp_current_mss(sk), in tcp_may_send_now()1631 mss_now = tcp_current_mss(sk); in tcp_mtu_probe()2106 cur_mss = tcp_current_mss(sk); in tcp_retransmit_skb()2336 mss_now = tcp_current_mss(sk); in tcp_send_fin()2803 unsigned int mss = tcp_current_mss(sk); in tcp_write_wakeup()
752 mss_now = tcp_current_mss(sk); in tcp_send_mss()
2945 unsigned int mss = tcp_current_mss(sk); in tcp_simple_retransmit()
506 extern unsigned int tcp_current_mss(struct sock *sk);1363 __tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle); in tcp_push_pending_frames()