Lines Matching refs:cookie
34 struct tcp_fastopen_cookie cookie; member
136 tm->tcpm_fastopen.cookie.exp = false; in tcpm_suck_dst()
137 tm->tcpm_fastopen.cookie.len = 0; in tcpm_suck_dst()
703 struct tcp_fastopen_cookie *cookie, in tcp_fastopen_cache_get() argument
718 *cookie = tfom->cookie; in tcp_fastopen_cache_get()
719 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get()
720 cookie->exp = true; in tcp_fastopen_cache_get()
729 struct tcp_fastopen_cookie *cookie, bool syn_lost, in tcp_fastopen_cache_set() argument
745 if (cookie && cookie->len > 0) in tcp_fastopen_cache_set()
746 tfom->cookie = *cookie; in tcp_fastopen_cache_set()
748 tfom->cookie.len <= 0 && !tfom->cookie.exp) in tcp_fastopen_cache_set()
884 if (tfom->cookie.len > 0 && in tcp_metrics_fill_info()
886 tfom->cookie.len, tfom->cookie.val) < 0) in tcp_metrics_fill_info()