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:dscpstatemask
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
act_ctinfo.c
134
if (!cp->
dscpstatemask
|| (READ_ONCE(ct->mark) & cp->
dscpstatemask
))
in tcf_ctinfo_act()
162
u32 dscpmask = 0,
dscpstatemask
, index;
in tcf_ctinfo_init()
local
199
dscpstatemask
= tb[TCA_CTINFO_PARMS_DSCP_STATEMASK] ?
in tcf_ctinfo_init()
202
if (dscpmask &
dscpstatemask
) {
in tcf_ctinfo_init()
250
cp_new->
dscpstatemask
=
dscpstatemask
;
in tcf_ctinfo_init()
314
cp->
dscpstatemask
))
in tcf_ctinfo_dump()
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_ctinfo.c
135
if (!cp->
dscpstatemask
|| (READ_ONCE(ct->mark) & cp->
dscpstatemask
))
in tcf_ctinfo_act()
163
u32 dscpmask = 0,
dscpstatemask
, index;
in tcf_ctinfo_init()
local
200
dscpstatemask
= tb[TCA_CTINFO_PARMS_DSCP_STATEMASK] ?
in tcf_ctinfo_init()
203
if (dscpmask &
dscpstatemask
) {
in tcf_ctinfo_init()
251
cp_new->
dscpstatemask
=
dscpstatemask
;
in tcf_ctinfo_init()
315
cp->
dscpstatemask
))
in tcf_ctinfo_dump()
/kernel/linux/linux-5.10/include/net/tc_act/
H
A
D
tc_ctinfo.h
11
u32
dscpstatemask
;
member
/kernel/linux/linux-6.6/include/net/tc_act/
H
A
D
tc_ctinfo.h
11
u32
dscpstatemask
;
member
Completed in 2 milliseconds