Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_ratelimit.c500 int i, at_low, at_high; in populate_canned_table() local
503 for(i = 0, at_low = 0, at_high = RS_NEXT_ORDER_GROUP; i < rs->rs_rate_cnt; i++) { in populate_canned_table()
508 (rate_table_act[at_low] < rate_table_act[at_high]))) { in populate_canned_table()
509 rs->rs_rlt[i].rate = rate_table_act[at_low]; in populate_canned_table()
510 at_low++; in populate_canned_table()
511 if (at_low == RS_NEXT_ORDER_GROUP) in populate_canned_table()