Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/usertaskdebugging/
H A Duserprocess.py212 cache_data = self.cache.get(cache_key, None)
213 if cache_data:
214 return self.encodeByteString(cache_data)
/xnu-12377.81.4/bsd/netinet/
H A Dtcp_cache.c1688 struct tcp_cache_data cache_data; variable
1691 cache_data.tc_last_access = tpcache->tc_last_access;
1693 cache_data.tc_key = tpcache->tc_key;
1695 cache_data.tc_key.tck_family = tpcache->tc_key.tck_family;
1697 memcpy(cache_data.tc_tfo_cookie, tpcache->tc_tfo_cookie, TFO_COOKIE_LEN_MAX);
1698 cache_data.tc_tfo_cookie_len = tpcache->tc_tfo_cookie_len;
1699 cache_data.tc_mptcp_version_confirmed = tpcache->tc_mptcp_version_confirmed;
1700 cache_data.tc_mptcp_version = tpcache->tc_mptcp_version;
1701 cache_data.tc_mptcp_next_version_try = tpcache->tc_mptcp_next_version_try;
1703 error = SYSCTL_OUT(req, &cache_data, sizeof(struct tcp_cache_data));