Searched refs:tpheur (Results 1 – 1 of 1) sorted by relevance
685 struct tcp_heuristic *tpheur = NULL; in tcp_getheuristic_with_lock() local697 SLIST_FOREACH(tpheur, &head->tcp_heuristics, list) { in tcp_getheuristic_with_lock()698 if (memcmp(&tpheur->th_key, &key, sizeof(key)) == 0) { in tcp_getheuristic_with_lock()706 if ((tpheur == NULL) && create) { in tcp_getheuristic_with_lock()712 SLIST_FOREACH(tpheur, &head->tcp_heuristics, list) { in tcp_getheuristic_with_lock()713 uint32_t age = tcp_now - tpheur->th_last_access; in tcp_getheuristic_with_lock()716 oldest_heur = tpheur; in tcp_getheuristic_with_lock()721 tpheur = oldest_heur; in tcp_getheuristic_with_lock()724 bzero(tpheur->th_val_start, in tcp_getheuristic_with_lock()725 tpheur->th_val_end - tpheur->th_val_start); in tcp_getheuristic_with_lock()[all …]