Home
last modified time | relevance | path

Searched refs:bpf_get_attach_cookie (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Duprobe_multi.c44 __u64 cookie = test_cookie ? bpf_get_attach_cookie(ctx) : 0; in uprobe_multi_check()
H A Dtest_bpf_cookie.c28 *res |= bpf_get_attach_cookie(ctx); in update()
H A Dkprobe_multi.c44 __u64 cookie = test_cookie ? bpf_get_attach_cookie(ctx) : 0; in kprobe_multi_check()
/openbmc/linux/kernel/bpf/
H A Dbpf_lsm.c181 BPF_CALL_1(bpf_get_attach_cookie, void *, ctx) in BPF_CALL_1() argument
190 .func = bpf_get_attach_cookie,
/openbmc/linux/tools/lib/bpf/
H A Dusdt.bpf.h90 return bpf_get_attach_cookie(ctx); in __bpf_usdt_spec_id()