Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_metrics.c551 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; in tcp_fastopen_cache_get() local
556 if (tfom->mss) in tcp_fastopen_cache_get()
557 *mss = tfom->mss; in tcp_fastopen_cache_get()
558 *cookie = tfom->cookie; in tcp_fastopen_cache_get()
559 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get()
578 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; in tcp_fastopen_cache_set() local
582 tfom->mss = mss; in tcp_fastopen_cache_set()
584 tfom->cookie = *cookie; in tcp_fastopen_cache_set()
585 else if (try_exp > tfom->try_exp && in tcp_fastopen_cache_set()
586 tfom->cookie.len <= 0 && !tfom->cookie.exp) in tcp_fastopen_cache_set()
[all …]