Searched refs:tcp_current_mss (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/net/ipv4/
H A Dtcp_output.c743 tcp_write_xmit(sk, tcp_current_mss(sk), tcp_sk(sk)->nonagle, tcp_tsq_handler()
1422 unsigned int tcp_current_mss(struct sock *sk) tcp_current_mss() function
1702 tcp_snd_test(sk, skb, tcp_current_mss(sk), tcp_may_send_now()
1857 int mss = tcp_current_mss(sk); tcp_mtu_check_reprobe()
1908 mss_now = tcp_current_mss(sk); tcp_mtu_probe()
2240 int mss = tcp_current_mss(sk); tcp_send_loss_probe()
2593 cur_mss = tcp_current_mss(sk); __tcp_retransmit_skb()
2873 __tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF); tcp_send_fin()
3428 unsigned int mss = tcp_current_mss(sk); tcp_write_wakeup()
H A Dtcp.c868 mss_now = tcp_current_mss(sk); tcp_send_mss()
H A Dtcp_input.c2628 unsigned int mss = tcp_current_mss(sk); tcp_simple_retransmit()
2718 __tcp_push_pending_frames(sk, tcp_current_mss(sk), tcp_process_loss()
/linux-4.1.27/include/net/
H A Dtcp.h553 unsigned int tcp_current_mss(struct sock *sk);
1501 __tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle); tcp_push_pending_frames()

Completed in 111 milliseconds