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:enc_control
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H
A
D
tc.c
555
if (key.
enc_control
.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) {
in mlx5e_restore_tunnel()
561
} else if (key.
enc_control
.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) {
in mlx5e_restore_tunnel()
570
key.
enc_control
.addr_type);
in mlx5e_restore_tunnel()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_tc.h
92
struct flow_dissector_key_control
enc_control
;
member
H
A
D
en_tc.c
2010
&tunnel_key.
enc_control
);
in mlx5e_get_flow_tunnel_id()
2011
if (tunnel_key.
enc_control
.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS)
in mlx5e_get_flow_tunnel_id()
/kernel/linux/linux-5.10/include/net/netfilter/
H
A
D
nf_flow_table.h
22
struct flow_dissector_key_control
enc_control
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_tc.h
147
struct flow_dissector_key_control
enc_control
;
member
H
A
D
en_tc.c
2153
&tunnel_key.
enc_control
);
in mlx5e_get_flow_tunnel_id()
2154
if (tunnel_key.
enc_control
.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS)
in mlx5e_get_flow_tunnel_id()
5516
switch (key.
enc_control
.addr_type) {
in mlx5e_tc_restore_tunnel()
5534
key.
enc_control
.addr_type);
in mlx5e_tc_restore_tunnel()
/kernel/linux/linux-6.6/include/net/netfilter/
H
A
D
nf_flow_table.h
24
struct flow_dissector_key_control
enc_control
;
member
/kernel/linux/linux-5.10/net/sched/
H
A
D
cls_flower.c
41
struct flow_dissector_key_control
enc_control
;
member
1653
key->
enc_control
.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS;
in fl_set_key()
1654
mask->
enc_control
.addr_type = ~0;
in fl_set_key()
1669
key->
enc_control
.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS;
in fl_set_key()
1670
mask->
enc_control
.addr_type = ~0;
in fl_set_key()
1806
enc_control
);
in fl_init_dissector()
2998
if (key->
enc_control
.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS &&
in fl_dump_key()
3008
else if (key->
enc_control
.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS &&
in fl_dump_key()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_flow_table_offload.c
41
NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_ENC_CONTROL,
enc_control
);
in nf_flow_rule_lwt_match()
58
key->
enc_control
.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS;
in nf_flow_rule_lwt_match()
73
key->
enc_control
.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS;
in nf_flow_rule_lwt_match()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_flow_table_offload.c
42
NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_ENC_CONTROL,
enc_control
);
in nf_flow_rule_lwt_match()
59
key->
enc_control
.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS;
in nf_flow_rule_lwt_match()
74
key->
enc_control
.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS;
in nf_flow_rule_lwt_match()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_tc_lib.c
1306
struct flow_match_control
enc_control
;
in ice_parse_tunnel_attr()
local
1324
flow_rule_match_enc_control(rule, &
enc_control
);
in ice_parse_tunnel_attr()
1326
if (
enc_control
.key->addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) {
in ice_parse_tunnel_attr()
1332
} else if (
enc_control
.key->addr_type ==
in ice_parse_tunnel_attr()
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_flower.c
46
struct flow_dissector_key_control
enc_control
;
member
1927
key->
enc_control
.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS;
in fl_set_key()
1928
mask->
enc_control
.addr_type = ~0;
in fl_set_key()
1943
key->
enc_control
.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS;
in fl_set_key()
1944
mask->
enc_control
.addr_type = ~0;
in fl_set_key()
2080
enc_control
);
in fl_init_dissector()
3434
if (key->
enc_control
.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS &&
in fl_dump_key()
3444
else if (key->
enc_control
.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS &&
in fl_dump_key()
Completed in 33 milliseconds