Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_metrics.c711 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; in tcp_fastopen_cache_get() local
716 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() local
744 tfom->mss = mss; in tcp_fastopen_cache_set()
746 tfom->cookie = *cookie; in tcp_fastopen_cache_set()
[all …]