Searched refs:cache_data (Results 1 – 2 of 2) sorted by relevance
212 cache_data = self.cache.get(cache_key, None)213 if cache_data:214 return self.encodeByteString(cache_data)
1688 struct tcp_cache_data cache_data; variable1691 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));