Searched refs:tfom (Results 1 – 1 of 1) sorted by relevance
569 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; in tcp_fastopen_cache_get() local 574 if (tfom->mss) in tcp_fastopen_cache_get() 575 *mss = tfom->mss; in tcp_fastopen_cache_get() 576 *cookie = tfom->cookie; in tcp_fastopen_cache_get() 577 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get() 596 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; in tcp_fastopen_cache_set() local 600 tfom->mss = mss; in tcp_fastopen_cache_set() 602 tfom->cookie = *cookie; in tcp_fastopen_cache_set() 603 else if (try_exp > tfom->try_exp && in tcp_fastopen_cache_set() 604 tfom in tcp_fastopen_cache_set() 712 struct tcp_fastopen_metrics tfom_copy[1], *tfom; tcp_metrics_fill_info() local [all...]