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:num_of_vlans
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
flow_dissector.h
278
* @
num_of_vlans
:
num_of_vlans
value
281
u8
num_of_vlans
;
member
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_flower.c
72
struct flow_dissector_key_num_of_vlans
num_of_vlans
;
member
1688
const bool good_num_of_vlans = key->
num_of_vlans
.
num_of_vlans
> vthresh;
in is_vlan_key()
1776
fl_set_key_val(tb, &key->
num_of_vlans
,
in fl_set_key()
1778
&mask->
num_of_vlans
,
in fl_set_key()
1780
sizeof(key->
num_of_vlans
));
in fl_set_key()
2092
FLOW_DISSECTOR_KEY_NUM_OF_VLANS,
num_of_vlans
);
in fl_init_dissector()
3276
if (mask->
num_of_vlans
.
num_of_vlans
) {
in fl_dump_key()
3277
if (nla_put_u8(skb, TCA_FLOWER_KEY_NUM_OF_VLANS, key->
num_of_vlans
in fl_dump_key()
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
flow_dissector.c
1158
key_num_of_vlans->
num_of_vlans
= 0;
in __skb_flow_dissect()
1291
key_nvs->
num_of_vlans
++;
in __skb_flow_dissect()
Completed in 8 milliseconds