Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/networking/net_cachelines/
Dtcp_sock.rst12 … read_mostly read_mostly tcp_bound_to_half_wnd,tcp_current_mss(tx);tcp_rcv_e…
39 … read_mostly read_mostly tcp_rate_check_app_limited,tcp_current_mss,tcp_sync_mss,…
Dinet_connection_sock.rst21 …tu_cookie read_write tcp_sync_mss,tcp_current_mss,tcp_send_syn_…
/linux-6.14.4/net/ipv4/
Dtcp_output.c1084 tcp_write_xmit(sk, tcp_current_mss(sk), tp->nonagle, in tcp_tsq_write()
1865 unsigned int tcp_current_mss(struct sock *sk) in tcp_current_mss() function
2327 int mss = tcp_current_mss(sk); in tcp_mtu_check_reprobe()
2462 mss_now = tcp_current_mss(sk); in tcp_mtu_probe()
2945 int mss = tcp_current_mss(sk); in tcp_send_loss_probe()
3354 cur_mss = tcp_current_mss(sk); in __tcp_retransmit_skb()
3492 max_segs = tcp_tso_segs(sk, tcp_current_mss(sk)); in tcp_xmit_retransmit_queue()
3621 __tcp_push_pending_frames(sk, tcp_current_mss(sk), TCP_NAGLE_OFF); in tcp_send_fin()
4339 unsigned int mss = tcp_current_mss(sk); in tcp_write_wakeup()
Dtcp_input.c1946 state->mss_now = tcp_current_mss(sk); in tcp_sacktag_write_queue()
2877 mss = tcp_current_mss(sk); in tcp_simple_retransmit()
3885 __tcp_push_pending_frames(sk, tcp_current_mss(sk), in tcp_xmit_recovery()
Dtcp.c939 mss_now = tcp_current_mss(sk); in tcp_send_mss()
/linux-6.14.4/include/net/
Dtcp.h714 unsigned int tcp_current_mss(struct sock *sk);
2124 __tcp_push_pending_frames(sk, tcp_current_mss(sk), tp->nonagle); in tcp_push_pending_frames()