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:tnls
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_ddp.c
19
static const struct ice_tunnel_type_scan
tnls
[] = {
variable
511
for (i = 0;
tnls
[i].type != TNL_LAST; i++) {
in ice_add_tunnel_hint()
512
size_t len = strlen(
tnls
[i].label_prefix);
in ice_add_tunnel_hint()
515
if (strncmp(label_name,
tnls
[i].label_prefix, len))
in ice_add_tunnel_hint()
523
hw->tnl.tbl[hw->tnl.count].type =
tnls
[i].type;
in ice_add_tunnel_hint()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_vti.c
71
struct ip6_tnl __rcu **
tnls
[2];
member
148
return &ip6n->
tnls
[prio][h];
in vti6_tnl_bucket()
1144
ip6n->
tnls
[0] = ip6n->tnls_wc;
in vti6_init_net()
1145
ip6n->
tnls
[1] = ip6n->tnls_r_l;
in vti6_init_net()
H
A
D
ip6_tunnel.c
88
struct ip6_tnl __rcu **
tnls
[2];
member
228
return &ip6n->
tnls
[prio][h];
in ip6_tnl_bucket()
2306
ip6n->
tnls
[0] = ip6n->tnls_wc;
in ip6_tnl_init_net()
2307
ip6n->
tnls
[1] = ip6n->tnls_r_l;
in ip6_tnl_init_net()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_vti.c
71
struct ip6_tnl __rcu **
tnls
[2];
member
149
return &ip6n->
tnls
[prio][h];
in vti6_tnl_bucket()
1144
ip6n->
tnls
[0] = ip6n->tnls_wc;
in vti6_init_net()
1145
ip6n->
tnls
[1] = ip6n->tnls_r_l;
in vti6_init_net()
H
A
D
ip6_tunnel.c
88
struct ip6_tnl __rcu **
tnls
[2];
member
199
return &ip6n->
tnls
[prio][h];
in ip6_tnl_bucket()
2248
ip6n->
tnls
[0] = ip6n->tnls_wc;
in ip6_tnl_init_net()
2249
ip6n->
tnls
[1] = ip6n->tnls_r_l;
in ip6_tnl_init_net()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_flex_pipe.c
11
static const struct ice_tunnel_type_scan
tnls
[] = {
variable
478
for (i = 0;
tnls
[i].type != TNL_LAST; i++) {
in ice_init_pkg_hints()
479
size_t len = strlen(
tnls
[i].label_prefix);
in ice_init_pkg_hints()
482
if (strncmp(label_name,
tnls
[i].label_prefix, len))
in ice_init_pkg_hints()
490
hw->tnl.tbl[hw->tnl.count].type =
tnls
[i].type;
in ice_init_pkg_hints()
Completed in 17 milliseconds