Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dtcp.h602 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() function
/Linux-v4.19/net/ipv4/
Dtcp.c913 new_size_goal = tcp_bound_to_half_wnd(tp, new_size_goal); in tcp_xmit_size_goal()
Dtcp_output.c1545 mss_now = tcp_bound_to_half_wnd(tp, mss_now); in tcp_sync_mss()