Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_metrics.c574 if (tfom->mss) in tcp_fastopen_cache_get()
575 *mss = tfom->mss; in tcp_fastopen_cache_get()
600 tfom->mss = mss; in tcp_fastopen_cache_set()
604 tfom->cookie.len <= 0 && !tfom->cookie.exp) in tcp_fastopen_cache_set()
607 ++tfom->syn_loss; in tcp_fastopen_cache_set()
610 tfom->syn_loss = 0; in tcp_fastopen_cache_set()
716 tfom = tfom_copy; in tcp_metrics_fill_info()
717 if (tfom->mss && in tcp_metrics_fill_info()
719 tfom->mss) < 0) in tcp_metrics_fill_info()
721 if (tfom->syn_loss && in tcp_metrics_fill_info()
[all …]