Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.c1496 struct tcp_heuristics_head *__single hhead = &tcp_heuristics[i]; in sysctl_cleartfocache() local
1506 lck_mtx_lock(&hhead->thh_mtx); in sysctl_cleartfocache()
1507 SLIST_FOREACH_SAFE(tpheur, &hhead->tcp_heuristics, list, htmp) { in sysctl_cleartfocache()
1508 SLIST_REMOVE(&hhead->tcp_heuristics, tpheur, tcp_heuristic, list); in sysctl_cleartfocache()
1511 lck_mtx_unlock(&hhead->thh_mtx); in sysctl_cleartfocache()