Searched refs:tc_mptcp_version (Results 1 – 3 of 3) sorted by relevance
96 uint8_t tc_mptcp_version; /* version to use right now */ member360 tpcache->tc_mptcp_version = (uint8_t)mptcp_preferred_version; in tcp_getcache_with_lock()550 version = tpcache->tc_mptcp_version; in tcp_cache_get_mptcp_version()603 tpcache->tc_mptcp_version = version; in tcp_cache_update_mptcp_version()615 tpcache->tc_mptcp_version = version == MPTCP_VERSION_0 ? MPTCP_VERSION_1 : MPTCP_VERSION_0; in tcp_cache_update_mptcp_version()1700 cache_data.tc_mptcp_version = tpcache->tc_mptcp_version;
100 uint8_t tc_mptcp_version; /* version to use right now */ member
104 T_LOG(" tc_mptcp_version: %u", entry->tc_mptcp_version);