Home
last modified time | relevance | path

Searched refs:on_enter (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dcgrp_ls_negative.c18 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
H A Dtask_local_storage.c25 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
H A Dtask_ls_recursion.c71 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
H A Dtask_ls_uptr.c23 int on_enter(__u64 *ctx) in on_enter() function
H A Dcgrp_ls_recursion.c77 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
H A Dcgrp_ls_tp_btf.c67 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
/linux-6.15/Documentation/bpf/
H A Dmap_cgrp_storage.rst51 int BPF_PROG(on_enter, struct pt_regs *regs, long id)
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtask_local_storage.c134 prog_fd = bpf_program__fd(skel->progs.on_enter); in test_recursion()