Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dtcp_cache_test.c60 size_t num_entries = size / sizeof(struct tcp_cache_data);
63 struct tcp_cache_data *entries = (struct tcp_cache_data *)buffer;
67 struct tcp_cache_data *entry = &entries[i];
/xnu-12377.81.4/bsd/netinet/
H A Dtcp_cache.h91 struct tcp_cache_data { struct
H A Dtcp_cache.c1670 total_size = total_entries * sizeof(struct tcp_cache_data);
1688 struct tcp_cache_data cache_data;
1703 error = SYSCTL_OUT(req, &cache_data, sizeof(struct tcp_cache_data));