seccomp_filter     17 include/linux/seccomp.h struct seccomp_filter;
seccomp_filter     31 include/linux/seccomp.h 	struct seccomp_filter *filter;
seccomp_filter    131 kernel/seccomp.c 	struct seccomp_filter *prev;
seccomp_filter    255 kernel/seccomp.c 			       struct seccomp_filter **match)
seccomp_filter    259 kernel/seccomp.c 	struct seccomp_filter *f =
seccomp_filter    316 kernel/seccomp.c static int is_ancestor(struct seccomp_filter *parent,
seccomp_filter    317 kernel/seccomp.c 		       struct seccomp_filter *child)
seccomp_filter    430 kernel/seccomp.c static struct seccomp_filter *seccomp_prepare_filter(struct sock_fprog *fprog)
seccomp_filter    432 kernel/seccomp.c 	struct seccomp_filter *sfilter;
seccomp_filter    476 kernel/seccomp.c static struct seccomp_filter *
seccomp_filter    480 kernel/seccomp.c 	struct seccomp_filter *filter = ERR_PTR(-EFAULT);
seccomp_filter    511 kernel/seccomp.c 				  struct seccomp_filter *filter)
seccomp_filter    514 kernel/seccomp.c 	struct seccomp_filter *walker;
seccomp_filter    552 kernel/seccomp.c static void __get_seccomp_filter(struct seccomp_filter *filter)
seccomp_filter    560 kernel/seccomp.c 	struct seccomp_filter *orig = tsk->seccomp.filter;
seccomp_filter    566 kernel/seccomp.c static inline void seccomp_filter_free(struct seccomp_filter *filter)
seccomp_filter    574 kernel/seccomp.c static void __put_seccomp_filter(struct seccomp_filter *orig)
seccomp_filter    578 kernel/seccomp.c 		struct seccomp_filter *freeme = orig;
seccomp_filter    725 kernel/seccomp.c static u64 seccomp_next_notify_id(struct seccomp_filter *filter)
seccomp_filter    736 kernel/seccomp.c 					 struct seccomp_filter *match,
seccomp_filter    791 kernel/seccomp.c 	struct seccomp_filter *match = NULL;
seccomp_filter    981 kernel/seccomp.c 	struct seccomp_filter *filter = file->private_data;
seccomp_filter   1011 kernel/seccomp.c static long seccomp_notify_recv(struct seccomp_filter *filter,
seccomp_filter   1087 kernel/seccomp.c static long seccomp_notify_send(struct seccomp_filter *filter,
seccomp_filter   1132 kernel/seccomp.c static long seccomp_notify_id_valid(struct seccomp_filter *filter,
seccomp_filter   1163 kernel/seccomp.c 	struct seccomp_filter *filter = file->private_data;
seccomp_filter   1181 kernel/seccomp.c 	struct seccomp_filter *filter = file->private_data;
seccomp_filter   1211 kernel/seccomp.c static struct file *init_listener(struct seccomp_filter *filter)
seccomp_filter   1214 kernel/seccomp.c 	struct seccomp_filter *cur;
seccomp_filter   1263 kernel/seccomp.c 	struct seccomp_filter *prepared = NULL;
seccomp_filter   1454 kernel/seccomp.c static struct seccomp_filter *get_nth_filter(struct task_struct *task,
seccomp_filter   1457 kernel/seccomp.c 	struct seccomp_filter *orig, *filter;
seccomp_filter   1503 kernel/seccomp.c 	struct seccomp_filter *filter;
seccomp_filter   1542 kernel/seccomp.c 	struct seccomp_filter *filter;