Searched refs:bpf_get_attach_cookie (Results 1 – 4 of 4) sorted by relevance
59 __u64 cookie = test_cookie ? bpf_get_attach_cookie(ctx) : 0; in uprobe_multi_check()
30 *res |= bpf_get_attach_cookie(ctx); in update()
44 __u64 cookie = test_cookie ? bpf_get_attach_cookie(ctx) : 0; in kprobe_multi_check()
212 BPF_CALL_1(bpf_get_attach_cookie, void *, ctx) in BPF_CALL_1() argument221 .func = bpf_get_attach_cookie,