Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c1509 int i, oldest_idx, start, end; in tcp_choose_hpts_to_run() local
1530 oldest_idx = -1; in tcp_choose_hpts_to_run()
1537 oldest_idx = i; in tcp_choose_hpts_to_run()
1541 if (oldest_idx >= 0) in tcp_choose_hpts_to_run()
1542 return(tcp_pace.rp_ent[oldest_idx]); in tcp_choose_hpts_to_run()