Lines Matching refs:cookie
33 struct tcp_fastopen_cookie cookie; member
137 tm->tcpm_fastopen.cookie.exp = false; in tcpm_suck_dst()
138 tm->tcpm_fastopen.cookie.len = 0; in tcpm_suck_dst()
557 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cache_get() argument
571 *cookie = tfom->cookie; in tcp_fastopen_cache_get()
572 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get()
573 cookie->exp = true; in tcp_fastopen_cache_get()
580 struct tcp_fastopen_cookie *cookie, bool syn_lost, in tcp_fastopen_cache_set() argument
596 if (cookie && cookie->len > 0) in tcp_fastopen_cache_set()
597 tfom->cookie = *cookie; in tcp_fastopen_cache_set()
599 tfom->cookie.len <= 0 && !tfom->cookie.exp) in tcp_fastopen_cache_set()
722 if (tfom->cookie.len > 0 && in tcp_metrics_fill_info()
724 tfom->cookie.len, tfom->cookie.val) < 0) in tcp_metrics_fill_info()