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:from_hdr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpni.c
38
extr->prot = cfg->extracts[i].extract.
from_hdr
.prot;
in dpni_prepare_key_cfg()
40
cfg->extracts[i].extract.
from_hdr
.type);
in dpni_prepare_key_cfg()
41
extr->size = cfg->extracts[i].extract.
from_hdr
.size;
in dpni_prepare_key_cfg()
42
extr->offset = cfg->extracts[i].extract.
from_hdr
.offset;
in dpni_prepare_key_cfg()
44
cfg->extracts[i].extract.
from_hdr
.field);
in dpni_prepare_key_cfg()
46
cfg->extracts[i].extract.
from_hdr
.hdr_index;
in dpni_prepare_key_cfg()
H
A
D
dpkg.h
412
* DPKG_EXTRACT_FROM_HDR: selects '
from_hdr
';
416
* @extract.
from_hdr
: Used when 'type = DPKG_EXTRACT_FROM_HDR'
419
* @extract.
from_hdr
.prot: Any of the supported headers
420
* @extract.
from_hdr
.type: Defines the type of header extraction:
424
* @extract.
from_hdr
.field: One of the supported fields (NH_FLD_)
425
* @extract.
from_hdr
.size: Size in bytes
426
* @extract.
from_hdr
.offset: Byte offset
427
* @extract.
from_hdr
.hdr_index: Clear for cases not listed below;
454
}
from_hdr
;
member
H
A
D
dpaa2-eth.c
3130
kg_cfg.extracts[0].extract.
from_hdr
.prot = NET_PROT_VLAN;
in dpaa2_eth_set_vlan_qos()
3131
kg_cfg.extracts[0].extract.
from_hdr
.type = DPKG_FULL_FIELD;
in dpaa2_eth_set_vlan_qos()
3132
kg_cfg.extracts[0].extract.
from_hdr
.field = NH_FLD_VLAN_TCI;
in dpaa2_eth_set_vlan_qos()
3680
key->extract.
from_hdr
.prot = dist_fields[i].cls_prot;
in dpaa2_eth_set_dist_key()
3681
key->extract.
from_hdr
.type = DPKG_FULL_FIELD;
in dpaa2_eth_set_dist_key()
3682
key->extract.
from_hdr
.field = dist_fields[i].cls_field;
in dpaa2_eth_set_dist_key()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpni.c
40
extr->prot = cfg->extracts[i].extract.
from_hdr
.prot;
in dpni_prepare_key_cfg()
42
cfg->extracts[i].extract.
from_hdr
.type);
in dpni_prepare_key_cfg()
43
extr->size = cfg->extracts[i].extract.
from_hdr
.size;
in dpni_prepare_key_cfg()
44
extr->offset = cfg->extracts[i].extract.
from_hdr
.offset;
in dpni_prepare_key_cfg()
46
cfg->extracts[i].extract.
from_hdr
.field);
in dpni_prepare_key_cfg()
48
cfg->extracts[i].extract.
from_hdr
.hdr_index;
in dpni_prepare_key_cfg()
H
A
D
dpkg.h
413
* DPKG_EXTRACT_FROM_HDR: selects '
from_hdr
';
417
* @extract.
from_hdr
: Used when 'type = DPKG_EXTRACT_FROM_HDR'
420
* @extract.
from_hdr
.prot: Any of the supported headers
421
* @extract.
from_hdr
.type: Defines the type of header extraction:
425
* @extract.
from_hdr
.field: One of the supported fields (NH_FLD_)
426
* @extract.
from_hdr
.size: Size in bytes
427
* @extract.
from_hdr
.offset: Byte offset
428
* @extract.
from_hdr
.hdr_index: Clear for cases not listed below;
455
}
from_hdr
;
member
H
A
D
dpaa2-eth.c
3702
kg_cfg.extracts[0].extract.
from_hdr
.prot = NET_PROT_VLAN;
in dpaa2_eth_set_vlan_qos()
3703
kg_cfg.extracts[0].extract.
from_hdr
.type = DPKG_FULL_FIELD;
in dpaa2_eth_set_vlan_qos()
3704
kg_cfg.extracts[0].extract.
from_hdr
.field = NH_FLD_VLAN_TCI;
in dpaa2_eth_set_vlan_qos()
4252
key->extract.
from_hdr
.prot = dist_fields[i].cls_prot;
in dpaa2_eth_set_dist_key()
4253
key->extract.
from_hdr
.type = DPKG_FULL_FIELD;
in dpaa2_eth_set_dist_key()
4254
key->extract.
from_hdr
.field = dist_fields[i].cls_field;
in dpaa2_eth_set_dist_key()
Completed in 19 milliseconds