Searched refs:tcp_heuristics (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | tcp_cache.c | 92 SLIST_HEAD(tcp_heur_bucket, tcp_heuristic) tcp_heuristics; 152 static struct tcp_heuristics_head *tcp_heuristics; variable 693 head = &tcp_heuristics[hash]; in tcp_getheuristic_with_lock() 698 SLIST_FOREACH(tpheur, &head->tcp_heuristics, list) { in tcp_getheuristic_with_lock() 713 SLIST_FOREACH(tpheur, &head->tcp_heuristics, list) { in tcp_getheuristic_with_lock() 735 SLIST_INSERT_HEAD(&head->tcp_heuristics, tpheur, list); in tcp_getheuristic_with_lock() 1532 struct tcp_heuristics_head *hhead = &tcp_heuristics[i]; in sysctl_cleartfocache() 1543 SLIST_FOREACH_SAFE(tpheur, &hhead->tcp_heuristics, list, htmp) { in sysctl_cleartfocache() 1544 SLIST_REMOVE(&hhead->tcp_heuristics, tpheur, tcp_heuristic, list); in sysctl_cleartfocache() 1611 tcp_heuristics = zalloc_permanent(sizeof(struct tcp_heuristics_head) * tcp_cache_size, in tcp_cache_init() [all …]
|