Searched refs:tcp_current_mss (Results 1 – 3 of 3) sorted by relevance
584 mss_now = tcp_current_mss(sk); in tcp_write_xmit()793 unsigned int mss = tcp_current_mss(sk); in tcp_simple_retransmit()838 unsigned int cur_mss = tcp_current_mss(sk); in tcp_retransmit_skb()1024 mss_now = tcp_current_mss(sk); in tcp_send_fin()1407 int mss = tcp_current_mss(sk); in tcp_write_wakeup()
846 mss_now = tcp_current_mss(sk); in do_tcp_sendpages()922 mss_now = tcp_current_mss(sk); in do_tcp_sendpages()1039 mss_now = tcp_current_mss(sk); in tcp_sendmsg()1187 mss_now = tcp_current_mss(sk); in tcp_sendmsg()
937 static __inline__ unsigned int tcp_current_mss(struct sock *sk) in tcp_current_mss() function1374 __tcp_push_pending_frames(sk, tp, tcp_current_mss(sk), tp->nonagle); in tcp_push_pending_frames()1382 tcp_snd_test(tp, skb, tcp_current_mss(sk), in tcp_may_send_now()