Searched refs:cutoff (Results 1 – 2 of 2) sorted by relevance
106 unsigned char cutoff; /* initial cutoff (0xff) */ member
564 int cutoff; in tcp_bound_to_half_wnd() local574 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()576 cutoff = tp->max_window; in tcp_bound_to_half_wnd()578 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd()579 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd()