Searched refs:th_key (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | tcp_cache_test.c | 150 T_LOG(" th_key.thk_family: %d", entry->th_key.thk_family); 153 if (entry->th_key.thk_family == AF_INET) { 154 T_LOG(" th_key.thk_ip IP: %s", inet_ntoa(entry->th_key.thk_ip.addr)); 155 } else if (entry->th_key.thk_family == AF_INET6) { 157 inet_ntop(AF_INET6, &entry->th_key.thk_ip.addr6, addr_str, sizeof(addr_str));
|
| H A D | stackshot_accuracy.m | 215 for (id th_key in parsedThreads) { 220 if ([parsedThreads[th_key][@"user_stack_frames"] count] < RECURSIONS) { 224 for (id frame in parsedThreads[th_key][@"user_stack_frames"]) { 236 T_ASSERT_NOTNULL(parsedThreads[th_key][@"kernel_stack_frames"],
|
| H A D | stackshot_idle_25570396.m | 135 for (id th_key in parsed_threads) { 137 …thread_snap_flags = [parsed_threads[th_key][@"thread_snapshot"][@"ths_ss_flags"] unsignedLongLongV…
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_cache.c | 52 struct tcp_heuristic_key th_key; member 681 if (memcmp(&tpheur->th_key, &key, sizeof(key)) == 0) { in tcp_getheuristic_with_lock() 731 memcpy(&tpheur->th_key, &key, sizeof(key)); in tcp_getheuristic_with_lock() 1603 heur_data.th_key = tpheur->th_key; 1605 heur_data.th_key.thk_family = tpheur->th_key.thk_family;
|
| H A D | tcp_cache.h | 60 struct tcp_heuristic_key th_key; member
|