Home
last modified time | relevance | path

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

/include/uapi/sound/
A Dsfnt_info.h92 unsigned char cutoff; /* initial cutoff (0xff) */ member
/include/net/
A Dtcp.h760 int cutoff; in tcp_bound_to_half_wnd() local
770 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