Searched refs:tfom (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/ipv4/
H A Dtcp_metrics.c569 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; local
574 if (tfom->mss)
575 *mss = tfom->mss;
576 *cookie = tfom->cookie;
577 if (cookie->len <= 0 && tfom->try_exp == 1)
596 struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; local
600 tfom->mss = mss;
602 tfom->cookie = *cookie;
603 else if (try_exp > tfom->try_exp &&
604 tfom
707 struct tcp_fastopen_metrics tfom_copy[1], *tfom; local
[all...]

Completed in 246 milliseconds