tcpm_fastopen 49 net/ipv4/tcp_metrics.c struct tcp_fastopen_metrics tcpm_fastopen; tcpm_fastopen 124 net/ipv4/tcp_metrics.c tm->tcpm_fastopen.mss = 0; tcpm_fastopen 125 net/ipv4/tcp_metrics.c tm->tcpm_fastopen.syn_loss = 0; tcpm_fastopen 126 net/ipv4/tcp_metrics.c tm->tcpm_fastopen.try_exp = 0; tcpm_fastopen 127 net/ipv4/tcp_metrics.c tm->tcpm_fastopen.cookie.exp = false; tcpm_fastopen 128 net/ipv4/tcp_metrics.c tm->tcpm_fastopen.cookie.len = 0; tcpm_fastopen 546 net/ipv4/tcp_metrics.c struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; tcpm_fastopen 573 net/ipv4/tcp_metrics.c struct tcp_fastopen_metrics *tfom = &tm->tcpm_fastopen; tcpm_fastopen 689 net/ipv4/tcp_metrics.c tfom_copy[0] = tm->tcpm_fastopen;