Searched refs:tcp_current_mss (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 12 … read_mostly read_mostly tcp_bound_to_half_wnd,tcp_current_mss(tx);tcp_rcv_e… 40 … read_mostly read_mostly tcp_rate_check_app_limited,tcp_current_mss,tcp_sync_mss,…
|
| H A D | inet_connection_sock.rst | 21 …tu_cookie read_write tcp_sync_mss,tcp_current_mss,tcp_send_syn_…
|
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 1271 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle, in tcp_tsq_write() 2082 unsigned int tcp_current_mss(struct sock *sk) in tcp_current_mss() function 2555 int mss = tcp_current_mss(sk); in tcp_mtu_check_reprobe() 2690 mss_now = tcp_current_mss(sk); in tcp_mtu_probe() 2982 mss_now = tcp_current_mss(sk); in tcp_write_xmit() 3177 int mss = tcp_current_mss(sk); in tcp_send_loss_probe() 3592 cur_mss = tcp_current_mss(sk); in __tcp_retransmit_skb() 3741 max_segs = tcp_tso_segs(sk, tcp_current_mss(sk)); in tcp_xmit_retransmit_queue() 3846 __tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF); in tcp_send_fin() 4567 unsigned int mss = tcp_current_mss(sk); in tcp_write_wakeup()
|
| H A D | tcp_input.c | 2310 state->mss_now = tcp_current_mss(sk); in tcp_sacktag_write_queue() 3153 mss = tcp_current_mss(sk); in tcp_simple_retransmit() 4173 __tcp_push_pending_frames(sk, tcp_current_mss(sk), in tcp_xmit_recovery()
|
| H A D | tcp.c | 999 mss_now = tcp_current_mss(sk); in tcp_send_mss()
|
| /linux/include/net/ |
| H A D | tcp.h | 807 unsigned int tcp_current_mss(struct sock *sk); 2285 __tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle); in tcp_push_pending_frames()
|