Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dtcp.h650 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() function
/linux-6.6.21/net/ipv4/
Dtcp_output.c1808 mss_now = tcp_bound_to_half_wnd(tp, mss_now); in tcp_sync_mss()
Dtcp.c907 new_size_goal = tcp_bound_to_half_wnd(tp, sk->sk_gso_max_size); in tcp_xmit_size_goal()