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:tc_skip_sw
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
cls_matchall.c
35
if (
tc_skip_sw
(head->flags))
in mall_classify()
89
bool skip_sw =
tc_skip_sw
(head->flags);
in mall_replace_hw_filter()
308
if (add &&
tc_skip_sw
(head->flags)) {
in mall_reoffload()
H
A
D
cls_bpf.c
95
if (
tc_skip_sw
(prog->gen_flags)) {
in cls_bpf_classify()
154
skip_sw = prog &&
tc_skip_sw
(prog->gen_flags);
in cls_bpf_offload_cmd()
H
A
D
cls_u32.c
134
if (
tc_skip_sw
(n->flags)) {
in u32_classify()
495
bool skip_sw =
tc_skip_sw
(flags);
in u32_replace_hw_hnode()
539
bool skip_sw =
tc_skip_sw
(flags);
in u32_replace_hw_knode()
1210
if (err && add &&
tc_skip_sw
(ht->flags))
in u32_reoffload_hnode()
H
A
D
cls_flower.c
331
if (f && !
tc_skip_sw
(f->flags)) {
in fl_classify()
444
bool skip_sw =
tc_skip_sw
(f->flags);
in fl_hw_replace_filter()
2273
if (
tc_skip_sw
(f->flags)) {
in fl_reoffload()
H
A
D
cls_api.c
3454
if (add &&
tc_skip_sw
(*flags))
in tc_setup_cb_reoffload()
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_matchall.c
37
if (
tc_skip_sw
(head->flags))
in mall_classify()
91
bool skip_sw =
tc_skip_sw
(head->flags);
in mall_replace_hw_filter()
298
return add &&
tc_skip_sw
(head->flags) ? err : 0;
in mall_reoffload()
H
A
D
cls_bpf.c
95
if (
tc_skip_sw
(prog->gen_flags)) {
in cls_bpf_classify()
155
skip_sw = prog &&
tc_skip_sw
(prog->gen_flags);
in cls_bpf_offload_cmd()
H
A
D
cls_u32.c
136
if (
tc_skip_sw
(n->flags)) {
in u32_classify()
497
bool skip_sw =
tc_skip_sw
(flags);
in u32_replace_hw_hnode()
541
bool skip_sw =
tc_skip_sw
(flags);
in u32_replace_hw_knode()
1234
if (err && add &&
tc_skip_sw
(ht->flags))
in u32_reoffload_hnode()
H
A
D
cls_flower.c
343
if (f && !
tc_skip_sw
(f->flags)) {
in fl_classify()
458
bool skip_sw =
tc_skip_sw
(f->flags);
in fl_hw_replace_filter()
2584
if (
tc_skip_sw
(f->flags)) {
in fl_reoffload()
H
A
D
act_api.c
1469
bool skip_sw =
tc_skip_sw
(fl_flags);
in tcf_action_init()
H
A
D
cls_api.c
3680
if (add &&
tc_skip_sw
(*flags))
in tc_setup_cb_reoffload()
/kernel/linux/linux-5.10/include/net/
H
A
D
pkt_cls.h
676
static inline bool
tc_skip_sw
(u32 flags)
in tc_skip_sw()
function
708
if (
tc_skip_sw
(flags) || flags & TCA_CLS_FLAGS_VERBOSE)
in tc_cls_common_offload_init()
/kernel/linux/linux-6.6/include/net/
H
A
D
pkt_cls.h
715
static inline bool
tc_skip_sw
(u32 flags)
in tc_skip_sw()
function
747
if (
tc_skip_sw
(flags) || flags & TCA_CLS_FLAGS_VERBOSE)
in tc_cls_common_offload_init()
Completed in 31 milliseconds