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:is_ebpf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
act_bpf.c
29
bool
is_ebpf
;
member
218
cfg->
is_ebpf
= false;
in tcf_bpf_init_from_ops()
245
cfg->
is_ebpf
= true;
in tcf_bpf_init_from_efd()
255
if (cfg->
is_ebpf
)
in tcf_bpf_cfg_cleanup()
268
cfg->
is_ebpf
= tcf_bpf_is_ebpf(prog);
in tcf_bpf_prog_fill_cfg()
290
bool is_bpf,
is_ebpf
;
in tcf_bpf_init()
local
335
is_ebpf
= tb[TCA_ACT_BPF_FD];
in tcf_bpf_init()
337
if ((!is_bpf && !
is_ebpf
) || (is_bpf &&
is_ebpf
)) {
in tcf_bpf_init()
H
A
D
cls_bpf.c
413
bool is_bpf,
is_ebpf
, have_exts = false;
in cls_bpf_set_parms()
local
418
is_ebpf
= tb[TCA_BPF_FD];
in cls_bpf_set_parms()
419
if ((!is_bpf && !
is_ebpf
) || (is_bpf &&
is_ebpf
))
in cls_bpf_set_parms()
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_bpf.c
30
bool
is_ebpf
;
member
219
cfg->
is_ebpf
= false;
in tcf_bpf_init_from_ops()
246
cfg->
is_ebpf
= true;
in tcf_bpf_init_from_efd()
256
if (cfg->
is_ebpf
)
in tcf_bpf_cfg_cleanup()
269
cfg->
is_ebpf
= tcf_bpf_is_ebpf(prog);
in tcf_bpf_prog_fill_cfg()
291
bool is_bpf,
is_ebpf
;
in tcf_bpf_init()
local
336
is_ebpf
= tb[TCA_ACT_BPF_FD];
in tcf_bpf_init()
338
if (is_bpf ==
is_ebpf
) {
in tcf_bpf_init()
H
A
D
cls_bpf.c
416
bool is_bpf,
is_ebpf
, have_exts = false;
in cls_bpf_change()
local
461
is_ebpf
= tb[TCA_BPF_FD];
in cls_bpf_change()
462
if ((!is_bpf && !
is_ebpf
) || (is_bpf &&
is_ebpf
)) {
in cls_bpf_change()
Completed in 4 milliseconds