Searched refs:bpf_get_socket_cookie (Results 1 – 3 of 3) sorted by relevance
26 cookie_key = bpf_get_socket_cookie(ctx); in set_cookie()46 cookie_key = bpf_get_socket_cookie(ctx); in update_cookie()
68 static int (*bpf_get_socket_cookie)(void *ctx) = variable
3839 BPF_CALL_1(bpf_get_socket_cookie, struct sk_buff *, skb) in BPF_CALL_1() argument3845 .func = bpf_get_socket_cookie,