Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/net_cachelines/
Dtcp_sock.rst12 … tcp_header_len read_mostly read_mostly tcp_bound_to_half_wnd,tcp_curren…
39 … max_window read_mostly tcp_bound_to_half_wnd,forced_push
/linux-6.15/include/net/
Dtcp.h758 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() function
/linux-6.15/net/ipv4/
Dtcp_output.c1857 mss_now = tcp_bound_to_half_wnd(tp, mss_now); in tcp_sync_mss()
Dtcp.c929 new_size_goal = tcp_bound_to_half_wnd(tp, sk->sk_gso_max_size); in tcp_xmit_size_goal()