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_hw
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
cls_matchall.c
138
if (!
tc_skip_hw
(head->flags))
in mall_destroy()
235
if (!
tc_skip_hw
(new->flags)) {
in mall_change()
293
if (
tc_skip_hw
(head->flags))
in mall_reoffload()
358
if (!
tc_skip_hw
(head->flags))
in mall_dump()
H
A
D
cls_bpf.c
205
if (prog &&
tc_skip_hw
(prog->gen_flags))
in cls_bpf_offload()
207
if (oldprog &&
tc_skip_hw
(oldprog->gen_flags))
in cls_bpf_offload()
675
if (
tc_skip_hw
(prog->gen_flags))
in cls_bpf_reoffload()
H
A
D
cls_flower.c
553
if (!
tc_skip_hw
(f->flags))
in __fl_delete()
2052
if (!
tc_skip_hw
(fnew->flags)) {
in fl_change()
2103
if (!
tc_skip_hw
(fold->flags))
in fl_change()
2150
if (!
tc_skip_hw
(fnew->flags))
in fl_change()
3079
skip_hw =
tc_skip_hw
(f->flags);
in fl_dump()
3130
skip_hw =
tc_skip_hw
(f->flags);
in fl_terse_dump()
H
A
D
cls_u32.c
1274
if (add && !
tc_skip_hw
(ht->flags)) {
in u32_reoffload()
1285
if (
tc_skip_hw
(n->flags))
in u32_reoffload()
1295
if (!add && !
tc_skip_hw
(ht->flags))
in u32_reoffload()
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_matchall.c
137
if (!
tc_skip_hw
(head->flags))
in mall_destroy()
221
if (!
tc_skip_hw
(new->flags)) {
in mall_change()
281
if (
tc_skip_hw
(head->flags))
in mall_reoffload()
337
if (!
tc_skip_hw
(head->flags))
in mall_dump()
H
A
D
cls_bpf.c
206
if (prog &&
tc_skip_hw
(prog->gen_flags))
in cls_bpf_offload()
208
if (oldprog &&
tc_skip_hw
(oldprog->gen_flags))
in cls_bpf_offload()
660
if (
tc_skip_hw
(prog->gen_flags))
in cls_bpf_reoffload()
H
A
D
cls_u32.c
1293
if (add && !
tc_skip_hw
(ht->flags)) {
in u32_reoffload()
1304
if (
tc_skip_hw
(n->flags))
in u32_reoffload()
1314
if (!add && !
tc_skip_hw
(ht->flags))
in u32_reoffload()
H
A
D
cls_flower.c
569
if (!
tc_skip_hw
(f->flags))
in __fl_delete()
2318
!
tc_skip_hw
(fnew->flags));
in fl_change()
2367
if (!
tc_skip_hw
(fnew->flags)) {
in fl_change()
2418
if (!
tc_skip_hw
(fold->flags))
in fl_change()
2445
if (!
tc_skip_hw
(fnew->flags))
in fl_change()
3518
skip_hw =
tc_skip_hw
(f->flags);
in fl_dump()
3569
skip_hw =
tc_skip_hw
(f->flags);
in fl_terse_dump()
H
A
D
act_api.c
1470
bool skip_hw =
tc_skip_hw
(fl_flags);
in tcf_action_init()
/kernel/linux/linux-5.10/include/net/
H
A
D
pkt_cls.h
671
static inline bool
tc_skip_hw
(u32 flags)
in tc_skip_hw()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
pkt_cls.h
710
static inline bool
tc_skip_hw
(u32 flags)
in tc_skip_hw()
function
Completed in 23 milliseconds