Home
last modified time | relevance | path

Searched refs:tfom (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_metrics.c695 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; in tcp_fastopen_cache_get() local
700 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() local
728 tfom->mss = mss; in tcp_fastopen_cache_set()
730 tfom->cookie = *cookie; in tcp_fastopen_cache_set()
[all …]