Home
last modified time | relevance | path

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

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