Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:seccomp_filter
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
seccomp.c
147
* struct
seccomp_filter
- container for seccomp BPF programs
169
*
seccomp_filter
objects are organized in a tree linked via the @prev
176
*
seccomp_filter
objects should never be modified after being attached
179
struct
seccomp_filter
{
struct
183
struct
seccomp_filter
*prev;
304
* @match: stores struct
seccomp_filter
that resulted in the return value,
312
struct
seccomp_filter
**match)
in seccomp_run_filters()
316
struct
seccomp_filter
*f =
in seccomp_run_filters()
371
static int is_ancestor(struct
seccomp_filter
*parent,
in is_ancestor()
372
struct
seccomp_filter
*chil
in is_ancestor()
[all...]
/kernel/linux/linux-6.6/kernel/
H
A
D
seccomp.c
179
static inline bool seccomp_cache_check_allow(const struct
seccomp_filter
*sfilter,
in seccomp_cache_check_allow()
185
static inline void seccomp_cache_prepare(struct
seccomp_filter
*sfilter)
in seccomp_cache_prepare()
191
* struct
seccomp_filter
- container for seccomp BPF programs
216
*
seccomp_filter
objects are organized in a tree linked via the @prev
223
*
seccomp_filter
objects should never be modified after being attached
226
struct
seccomp_filter
{
struct
232
struct
seccomp_filter
*prev;
369
static inline bool seccomp_cache_check_allow(const struct
seccomp_filter
*sfilter,
in seccomp_cache_check_allow()
400
* @match: stores struct
seccomp_filter
that resulted in the return value,
407
struct
seccomp_filter
**matc
in seccomp_run_filters()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
seccomp.h
23
struct
seccomp_filter
;
38
struct
seccomp_filter
*filter;
66
struct
seccomp_filter
{ };
struct
/kernel/linux/linux-6.6/include/linux/
H
A
D
seccomp.h
24
struct
seccomp_filter
;
40
struct
seccomp_filter
*filter;
68
struct
seccomp_filter
{ };
struct
Completed in 5 milliseconds