Lines Matching refs:cookie
34 struct tcp_fastopen_cookie cookie; member
132 tm->tcpm_fastopen.cookie.exp = false; in tcpm_suck_dst()
133 tm->tcpm_fastopen.cookie.len = 0; in tcpm_suck_dst()
688 struct tcp_fastopen_cookie *cookie, in tcp_fastopen_cache_get() argument
703 *cookie = tfom->cookie; in tcp_fastopen_cache_get()
704 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get()
705 cookie->exp = true; in tcp_fastopen_cache_get()
714 struct tcp_fastopen_cookie *cookie, bool syn_lost, in tcp_fastopen_cache_set() argument
730 if (cookie && cookie->len > 0) in tcp_fastopen_cache_set()
731 tfom->cookie = *cookie; in tcp_fastopen_cache_set()
733 tfom->cookie.len <= 0 && !tfom->cookie.exp) in tcp_fastopen_cache_set()
871 if (tfom->cookie.len > 0 && in tcp_metrics_fill_info()
873 tfom->cookie.len, tfom->cookie.val) < 0) in tcp_metrics_fill_info()