Searched refs:bpf_get_attach_cookie (Results 1 – 5 of 5) sorted by relevance
44 __u64 cookie = test_cookie ? bpf_get_attach_cookie(ctx) : 0; in uprobe_multi_check()
28 *res |= bpf_get_attach_cookie(ctx); in update()
44 __u64 cookie = test_cookie ? bpf_get_attach_cookie(ctx) : 0; in kprobe_multi_check()
181 BPF_CALL_1(bpf_get_attach_cookie, void *, ctx) in BPF_CALL_1() argument190 .func = bpf_get_attach_cookie,
90 return bpf_get_attach_cookie(ctx); in __bpf_usdt_spec_id()