Searched refs:tfom (Results 1 – 1 of 1) sorted by relevance
695 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; in tcp_fastopen_cache_get() local700 if (tfom->mss) in tcp_fastopen_cache_get()701 *mss = tfom->mss; in tcp_fastopen_cache_get()702 *cookie = tfom->cookie; in tcp_fastopen_cache_get()703 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get()705 *syn_loss = tfom->syn_loss; in tcp_fastopen_cache_get()706 *last_syn_loss = *syn_loss ? tfom->last_syn_loss : 0; in tcp_fastopen_cache_get()724 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; in tcp_fastopen_cache_set() local728 tfom->mss = mss; in tcp_fastopen_cache_set()730 tfom->cookie = *cookie; in tcp_fastopen_cache_set()[all …]