Home
last modified time | relevance | path

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

/include/net/
Dtcp.h718 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() argument
734 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd()
737 return pktsize; in tcp_bound_to_half_wnd()