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()
687 struct tcp_fastopen_cookie *cookie, in tcp_fastopen_cache_get() argument
702 *cookie = tfom->cookie; in tcp_fastopen_cache_get()
703 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get()
704 cookie->exp = true; in tcp_fastopen_cache_get()
713 struct tcp_fastopen_cookie *cookie, bool syn_lost, in tcp_fastopen_cache_set() argument
729 if (cookie && cookie->len > 0) in tcp_fastopen_cache_set()
730 tfom->cookie = *cookie; in tcp_fastopen_cache_set()
732 tfom->cookie.len <= 0 && !tfom->cookie.exp) in tcp_fastopen_cache_set()
868 if (tfom->cookie.len > 0 && in tcp_metrics_fill_info()
870 tfom->cookie.len, tfom->cookie.val) < 0) in tcp_metrics_fill_info()