Home
last modified time | relevance | path

Searched refs:ONE_POINT_TWO_MEG (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.h85 #define ONE_POINT_TWO_MEG 150000 /* 1.2 megabits in bytes */ macro
H A Drack.c8139 if (calc_bw > ONE_POINT_TWO_MEG) { in rack_check_bottom_drag()
8148 calc_bw = ONE_POINT_TWO_MEG; in rack_check_bottom_drag()
H A Dbbr.c5831 if (bw < ONE_POINT_TWO_MEG) in tcp_bbr_tso_size_check()
/f-stack/freebsd/netinet/
H A Dtcp_ratelimit.c1410 #define ONE_POINT_TWO_MEG 150000 /* 1.2 megabits in bytes */ macro
1438 if (can_use_1mss && (bw < ONE_POINT_TWO_MEG)) in tcp_get_pacing_burst_size()