Searched refs:cookie_key (Results 1 – 3 of 3) sorted by relevance
4 def unique_id(cookie_key): argument16 key = '%s=' % cookie_key26 set_cookie_statement = 'Set-Cookie:%s=%s;' % (cookie_key, uid)
11 __u64 cookie_key; member36 p->cookie_key = bpf_get_socket_cookie(ctx); in set_cookie()60 if (p->cookie_key != bpf_get_socket_cookie(ctx)) in update_cookie()
22 __u64 cookie_key; member