Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dtcp_rledbat.c360 tp->t_rlstate.win_ws = tcp_round_up(tp->t_rlstate.win_ws, 1 << tp->rcv_scale); in tcp_rledbat_get_rlwin()
H A Dtcp_var.h1663 uint32_t tcp_round_up(uint32_t val, uint32_t base);
H A Dtcp_subr.c473 tcp_round_up(uint32_t val, uint32_t base) in tcp_round_up() function