Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_output.c740 tcp_write_xmit(sk, tcp_current_mss(sk), tcp_sk(sk)->nonagle, in tcp_tsq_handler()
1411 unsigned int tcp_current_mss(struct sock *sk) in tcp_current_mss() function
1690 tcp_snd_test(sk, skb, tcp_current_mss(sk), in tcp_may_send_now()
1845 int mss = tcp_current_mss(sk); in tcp_mtu_check_reprobe()
1896 mss_now = tcp_current_mss(sk); in tcp_mtu_probe()
2229 int mss = tcp_current_mss(sk); in tcp_send_loss_probe()
2587 cur_mss = tcp_current_mss(sk); in __tcp_retransmit_skb()
2869 __tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF); in tcp_send_fin()
3438 unsigned int mss = tcp_current_mss(sk); in tcp_write_wakeup()
Dtcp.c883 mss_now = tcp_current_mss(sk); in tcp_send_mss()
Dtcp_input.c2599 unsigned int mss = tcp_current_mss(sk); in tcp_simple_retransmit()
2689 __tcp_push_pending_frames(sk, tcp_current_mss(sk), in tcp_process_loss()
/linux-4.4.14/include/net/
Dtcp.h582 unsigned int tcp_current_mss(struct sock *sk);
1577 __tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle); in tcp_push_pending_frames()