Home
last modified time | relevance | path

Searched refs:at_high (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()
514 rs->rs_rlt[i].rate = rate_table_act[at_high]; in populate_canned_table()
515 at_high++; in populate_canned_table()
516 if (at_high == MAX_HDWR_RATES) in populate_canned_table()