Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c4375 int i, oldest, oldest_set = 0, cnt_rm = 0; in tcp_req_check_for_stale_entries() local
4393 ((oldest_delta < time_delta) || (oldest_set == 0))) { in tcp_req_check_for_stale_entries()
4394 oldest_set = 1; in tcp_req_check_for_stale_entries()
4409 if ((cnt_rm == 0) && rm_oldest && oldest_set) { in tcp_req_check_for_stale_entries()