Searched defs:filter_off (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | seccomp.h | 117 seccomp_get_metadata(struct task_struct *task, unsigned long filter_off, void __user *data) seccomp_get_metadata() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | seccomp.h | 119 seccomp_get_metadata(struct task_struct *task, unsigned long filter_off, void __user *data) seccomp_get_metadata() argument
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | ptrace.h | 42 __u64 filter_off; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ptrace.h | 72 __u64 filter_off; /* Input: which filter */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ptrace.h | 55 __u64 filter_off; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ptrace.h | 55 __u64 filter_off; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ptrace.h | 72 __u64 filter_off; /* Input: which filter */ member
|
/kernel/linux/linux-5.10/kernel/ |
H A D | seccomp.c | 1795 long seccomp_get_filter(struct task_struct *task, unsigned long filter_off, in seccomp_get_filter() argument 1749 get_nth_filter(struct task_struct *task, unsigned long filter_off) get_nth_filter() argument
|
/kernel/linux/linux-6.6/kernel/ |
H A D | seccomp.c | 2158 long seccomp_get_filter(struct task_struct *task, unsigned long filter_off, in seccomp_get_filter() argument 2112 get_nth_filter(struct task_struct *task, unsigned long filter_off) get_nth_filter() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 178 __u64 filter_off; /* Input: which filter */ member
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 183 __u64 filter_off; /* Input: which filter */ member
|
Completed in 29 milliseconds