Searched refs:tcp_current_mss (Results 1 – 3 of 3) sorted by relevance
1092 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle, in tcp_tsq_write()1867 unsigned int tcp_current_mss(struct sock *sk) in tcp_current_mss() function2329 int mss = tcp_current_mss(sk); in tcp_mtu_check_reprobe()2464 mss_now = tcp_current_mss(sk); in tcp_mtu_probe()2946 int mss = tcp_current_mss(sk); in tcp_send_loss_probe()3361 cur_mss = tcp_current_mss(sk); in __tcp_retransmit_skb()3504 max_segs = tcp_tso_segs(sk, tcp_current_mss(sk)); in tcp_xmit_retransmit_queue()3632 __tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF); in tcp_send_fin()4349 unsigned int mss = tcp_current_mss(sk); in tcp_write_wakeup()
1933 state->mss_now = tcp_current_mss(sk); in tcp_sacktag_write_queue()2776 mss = tcp_current_mss(sk); in tcp_simple_retransmit()3780 __tcp_push_pending_frames(sk, tcp_current_mss(sk), in tcp_xmit_recovery()
945 mss_now = tcp_current_mss(sk); in tcp_send_mss()