Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_bpf_cookie.c28 *res |= bpf_get_attach_cookie(ctx); in update()
Dkprobe_multi.c44 __u64 cookie = test_cookie ? bpf_get_attach_cookie(ctx) : 0; in kprobe_multi_check()
/Linux-v6.1/kernel/bpf/
Dbpf_lsm.c180 BPF_CALL_1(bpf_get_attach_cookie, void *, ctx) in BPF_CALL_1() argument
189 .func = bpf_get_attach_cookie,
/Linux-v6.1/tools/lib/bpf/
Dusdt.bpf.h90 return bpf_get_attach_cookie(ctx); in __bpf_usdt_spec_id()