Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.h91 struct tcp_cache_data { struct
92 uint32_t tc_last_access;
94 struct tcp_cache_key tc_key;
96 uint8_t tc_tfo_cookie[TFO_COOKIE_LEN_MAX];
97 uint8_t tc_tfo_cookie_len;
99 uint8_t tc_mptcp_version_confirmed:1;
100 uint8_t tc_mptcp_version; /* version to use right now */
101 uint32_t tc_mptcp_next_version_try; /* Time, until we try preferred version again */