Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_output.c978 static int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() argument
980 if (tp->max_window && pktsize > (tp->max_window >> 1)) in tcp_bound_to_half_wnd()
983 return pktsize; in tcp_bound_to_half_wnd()