Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.c91 SLIST_HEAD(tcp_heur_bucket, tcp_heuristic) tcp_heuristics;
151 static struct tcp_heuristics_head *tcp_heuristics; variable
692 head = &tcp_heuristics[hash]; in tcp_getheuristic_with_lock()
697 SLIST_FOREACH(tpheur, &head->tcp_heuristics, list) { in tcp_getheuristic_with_lock()
712 SLIST_FOREACH(tpheur, &head->tcp_heuristics, list) { in tcp_getheuristic_with_lock()
734 SLIST_INSERT_HEAD(&head->tcp_heuristics, tpheur, list); in tcp_getheuristic_with_lock()
1531 struct tcp_heuristics_head *hhead = &tcp_heuristics[i]; 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()
1610 tcp_heuristics = zalloc_permanent(sizeof(struct tcp_heuristics_head) * tcp_cache_size, in tcp_cache_init()
[all …]