Searched refs:tfom (Results 1 – 1 of 1) sorted by relevance
711 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; in tcp_fastopen_cache_get() local716 if (tfom->mss) in tcp_fastopen_cache_get()717 *mss = tfom->mss; in tcp_fastopen_cache_get()718 *cookie = tfom->cookie; in tcp_fastopen_cache_get()719 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get()721 *syn_loss = tfom->syn_loss; in tcp_fastopen_cache_get()722 *last_syn_loss = *syn_loss ? tfom->last_syn_loss : 0; in tcp_fastopen_cache_get()740 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; in tcp_fastopen_cache_set() local744 tfom->mss = mss; in tcp_fastopen_cache_set()746 tfom->cookie = *cookie; in tcp_fastopen_cache_set()[all …]