Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.c1531 struct tcp_heuristics_head *hhead = &tcp_heuristics[i]; in sysctl_cleartfocache() local
1541 lck_mtx_lock(&hhead->thh_mtx); in sysctl_cleartfocache()
1542 SLIST_FOREACH_SAFE(tpheur, &hhead->tcp_heuristics, list, htmp) { in sysctl_cleartfocache()
1543 SLIST_REMOVE(&hhead->tcp_heuristics, tpheur, tcp_heuristic, list); in sysctl_cleartfocache()
1546 lck_mtx_unlock(&hhead->thh_mtx); in sysctl_cleartfocache()