Symbol: seccomp_filter
include/linux/seccomp_types.h
25
struct seccomp_filter *filter;
include/linux/seccomp_types.h
9
struct seccomp_filter;
kernel/seccomp.c
1113
static u64 seccomp_next_notify_id(struct seccomp_filter *filter)
kernel/seccomp.c
1157
static bool should_sleep_killable(struct seccomp_filter *match,
kernel/seccomp.c
1164
struct seccomp_filter *match,
kernel/seccomp.c
1263
struct seccomp_filter *match = NULL;
kernel/seccomp.c
1451
static void seccomp_notify_free(struct seccomp_filter *filter)
kernel/seccomp.c
1457
static void seccomp_notify_detach(struct seccomp_filter *filter)
kernel/seccomp.c
1492
struct seccomp_filter *filter = file->private_data;
kernel/seccomp.c
1501
find_notification(struct seccomp_filter *filter, u64 id)
kernel/seccomp.c
1524
static int recv_wait_event(struct seccomp_filter *filter)
kernel/seccomp.c
1552
static long seccomp_notify_recv(struct seccomp_filter *filter,
kernel/seccomp.c
1625
static long seccomp_notify_send(struct seccomp_filter *filter,
kernel/seccomp.c
1672
static long seccomp_notify_id_valid(struct seccomp_filter *filter,
kernel/seccomp.c
1696
static long seccomp_notify_set_flags(struct seccomp_filter *filter,
kernel/seccomp.c
1712
static long seccomp_notify_addfd(struct seccomp_filter *filter,
kernel/seccomp.c
177
static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter,
kernel/seccomp.c
1829
struct seccomp_filter *filter = file->private_data;
kernel/seccomp.c
183
static inline void seccomp_cache_prepare(struct seccomp_filter *sfilter)
kernel/seccomp.c
1858
struct seccomp_filter *filter = file->private_data;
kernel/seccomp.c
1891
static struct file *init_listener(struct seccomp_filter *filter)
kernel/seccomp.c
1926
static bool has_duplicate_listener(struct seccomp_filter *new_child)
kernel/seccomp.c
1928
struct seccomp_filter *cur;
kernel/seccomp.c
1960
struct seccomp_filter *prepared = NULL;
kernel/seccomp.c
2167
static struct seccomp_filter *get_nth_filter(struct task_struct *task,
kernel/seccomp.c
2170
struct seccomp_filter *orig, *filter;
kernel/seccomp.c
2216
struct seccomp_filter *filter;
kernel/seccomp.c
2255
struct seccomp_filter *filter;
kernel/seccomp.c
230
struct seccomp_filter *prev;
kernel/seccomp.c
2533
struct seccomp_filter *f;
kernel/seccomp.c
367
static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter,
kernel/seccomp.c
405
struct seccomp_filter **match)
kernel/seccomp.c
409
struct seccomp_filter *f =
kernel/seccomp.c
467
static int is_ancestor(struct seccomp_filter *parent,
kernel/seccomp.c
468
struct seccomp_filter *child)
kernel/seccomp.c
524
static inline void seccomp_filter_free(struct seccomp_filter *filter)
kernel/seccomp.c
532
static void __seccomp_filter_orphan(struct seccomp_filter *orig)
kernel/seccomp.c
541
static void __put_seccomp_filter(struct seccomp_filter *orig)
kernel/seccomp.c
545
struct seccomp_filter *freeme = orig;
kernel/seccomp.c
551
static void __seccomp_filter_release(struct seccomp_filter *orig)
kernel/seccomp.c
572
struct seccomp_filter *orig;
kernel/seccomp.c
669
static struct seccomp_filter *seccomp_prepare_filter(struct sock_fprog *fprog)
kernel/seccomp.c
671
struct seccomp_filter *sfilter;
kernel/seccomp.c
721
static struct seccomp_filter *
kernel/seccomp.c
725
struct seccomp_filter *filter = ERR_PTR(-EFAULT);
kernel/seccomp.c
847
static void seccomp_cache_prepare_bitmap(struct seccomp_filter *sfilter,
kernel/seccomp.c
889
static void seccomp_cache_prepare(struct seccomp_filter *sfilter)
kernel/seccomp.c
922
struct seccomp_filter *filter)
kernel/seccomp.c
925
struct seccomp_filter *walker;
kernel/seccomp.c
973
static void __get_seccomp_filter(struct seccomp_filter *filter)
kernel/seccomp.c
981
struct seccomp_filter *orig = tsk->seccomp.filter;