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

/linux-master/include/net/
H A Dtcp.h707 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) function
/linux-master/net/ipv4/
H A Dtcp.c908 new_size_goal = tcp_bound_to_half_wnd(tp, sk->sk_gso_max_size);
H A Dtcp_output.c1837 mss_now = tcp_bound_to_half_wnd(tp, mss_now);

Completed in 289 milliseconds