Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Duprobe_multi.c59 __u64 cookie = test_cookie ? bpf_get_attach_cookie(ctx) : 0; in uprobe_multi_check()
H A Dtest_bpf_cookie.c30 *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()
/linux/kernel/bpf/
H A Dbpf_lsm.c212 BPF_CALL_1(bpf_get_attach_cookie, void *, ctx) in BPF_CALL_1() argument
221 .func = bpf_get_attach_cookie,