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:to_skbedit
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/net/tc_act/
H
A
D
tc_skbedit.h
28
#define
to_skbedit
(a) ((struct tcf_skbedit *)a)
macro
38
flags = rcu_dereference(
to_skbedit
(a)->params)->flags;
in is_tcf_skbedit_with_flag()
57
mark = rcu_dereference(
to_skbedit
(a)->params)->mark;
in tcf_skbedit_mark()
74
ptype = rcu_dereference(
to_skbedit
(a)->params)->ptype;
in tcf_skbedit_ptype()
91
priority = rcu_dereference(
to_skbedit
(a)->params)->priority;
in tcf_skbedit_priority()
/kernel/linux/linux-6.6/include/net/tc_act/
H
A
D
tc_skbedit.h
29
#define
to_skbedit
(a) ((struct tcf_skbedit *)a)
macro
39
flags = rcu_dereference(
to_skbedit
(a)->params)->flags;
in is_tcf_skbedit_with_flag()
58
mark = rcu_dereference(
to_skbedit
(a)->params)->mark;
in tcf_skbedit_mark()
75
ptype = rcu_dereference(
to_skbedit
(a)->params)->ptype;
in tcf_skbedit_ptype()
92
priority = rcu_dereference(
to_skbedit
(a)->params)->priority;
in tcf_skbedit_priority()
103
rx_queue = rcu_dereference(
to_skbedit
(a)->params)->queue_mapping;
in tcf_skbedit_rx_queue_mapping()
/kernel/linux/linux-5.10/net/sched/
H
A
D
act_skbedit.c
29
struct tcf_skbedit *d =
to_skbedit
(a);
in tcf_skbedit_act()
80
struct tcf_skbedit *d =
to_skbedit
(a);
in tcf_skbedit_stats_update()
185
d =
to_skbedit
(*a);
in tcf_skbedit_init()
188
d =
to_skbedit
(*a);
in tcf_skbedit_init()
241
struct tcf_skbedit *d =
to_skbedit
(a);
in tcf_skbedit_dump()
294
struct tcf_skbedit *d =
to_skbedit
(a);
in tcf_skbedit_cleanup()
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_skbedit.c
44
struct tcf_skbedit *d =
to_skbedit
(a);
in tcf_skbedit_act()
99
struct tcf_skbedit *d =
to_skbedit
(a);
in tcf_skbedit_stats_update()
230
d =
to_skbedit
(*a);
in tcf_skbedit_init()
233
d =
to_skbedit
(*a);
in tcf_skbedit_init()
288
struct tcf_skbedit *d =
to_skbedit
(a);
in tcf_skbedit_dump()
348
struct tcf_skbedit *d =
to_skbedit
(a);
in tcf_skbedit_cleanup()
Completed in 3 milliseconds