HomeSort by relevance Sort by last modified time
    Searched refs:cookie_key (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
socket_cookie_prog.c 21 __u64 cookie_key; local
26 cookie_key = bpf_get_socket_cookie(ctx);
27 if (bpf_map_update_elem(&socket_cookies, &cookie_key, &cookie_value, 0))
38 __u64 cookie_key; local
46 cookie_key = bpf_get_socket_cookie(ctx);
48 cookie_value = bpf_map_lookup_elem(&socket_cookies, &cookie_key);
53 bpf_map_update_elem(&socket_cookies, &cookie_key, &new_cookie_value, 0);
test_socket_cookie.c 93 __u64 cookie_key; local
104 err = bpf_map_get_next_key(map_fd, NULL, &cookie_key);
110 err = bpf_map_lookup_elem(map_fd, &cookie_key, &cookie_value);
  /external/autotest/tko/
unique_cookie.py 4 def unique_id(cookie_key):
16 key = '%s=' % cookie_key
26 set_cookie_statement = 'Set-Cookie:%s=%s;' % (cookie_key, uid)

Completed in 114 milliseconds