Searched refs:cutoff (Results 1 – 2 of 2) sorted by relevance
92 unsigned char cutoff; /* initial cutoff (0xff) */ member
760 int cutoff; in tcp_bound_to_half_wnd() local770 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()772 cutoff = tp->max_window; in tcp_bound_to_half_wnd()774 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd()775 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd()
Completed in 13 milliseconds