Lines Matching refs:f
406 struct seccomp_filter *f = in seccomp_run_filters() local
410 if (WARN_ON(f == NULL)) in seccomp_run_filters()
413 if (seccomp_cache_check_allow(f, sd)) in seccomp_run_filters()
420 for (; f; f = f->prev) { in seccomp_run_filters()
421 u32 cur_ret = bpf_prog_run_pin_on_cpu(f->prog, sd); in seccomp_run_filters()
425 *match = f; in seccomp_run_filters()
2428 struct seccomp_filter *f; in proc_pid_seccomp_cache() local
2441 f = READ_ONCE(task->seccomp.filter); in proc_pid_seccomp_cache()
2442 if (!f) { in proc_pid_seccomp_cache()
2448 __get_seccomp_filter(f); in proc_pid_seccomp_cache()
2452 f->cache.allow_native, in proc_pid_seccomp_cache()
2457 f->cache.allow_compat, in proc_pid_seccomp_cache()
2461 __put_seccomp_filter(f); in proc_pid_seccomp_cache()