Searched refs:BPF_KSYSCALL (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_probe_user.c | 22 int BPF_KSYSCALL(handle_sys_connect, int fd, struct sockaddr_in *uservaddr, in BPF_KSYSCALL() function 34 int BPF_KSYSCALL(handle_sys_socketcall, int call, unsigned long *args) in BPF_KSYSCALL() function
|
D | bpf_syscall_macro.c | 68 int BPF_KSYSCALL(prctl_enter, int option, unsigned long arg2, in BPF_KSYSCALL() function
|
D | test_attach_probe.c | 34 int BPF_KSYSCALL(handle_kprobe_auto, struct __kernel_timespec *req, struct __kernel_timespec *rem) in BPF_KSYSCALL() function
|
/linux-6.1.9/tools/lib/bpf/ |
D | bpf_tracing.h | 647 #define BPF_KSYSCALL(name, args...) \ macro 668 #define BPF_KPROBE_SYSCALL BPF_KSYSCALL
|