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:amt_addr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
amt.h
257
union
amt_addr
{
union
284
union
amt_addr
source_addr;
295
union
amt_addr
group_addr;
296
union
amt_addr
host_addr;
/kernel/linux/linux-6.6/drivers/net/
H
A
D
amt.c
116
static bool amt_addr_equal(union
amt_addr
*a, union
amt_addr
*b)
in amt_addr_equal()
118
return !memcmp(a, b, sizeof(union
amt_addr
));
in amt_addr_equal()
121
static u32 amt_source_hash(struct amt_tunnel_list *tunnel, union
amt_addr
*src)
in amt_source_hash()
185
union
amt_addr
*src)
in amt_lookup_src()
198
static u32 amt_group_hash(struct amt_tunnel_list *tunnel, union
amt_addr
*group)
in amt_group_hash()
206
union
amt_addr
*group,
in amt_lookup_group()
207
union
amt_addr
*host,
in amt_lookup_group()
365
union
amt_addr
*src)
in amt_alloc_snode()
373
memcpy(&snode->source_addr, src, sizeof(union
amt_addr
));
in amt_alloc_snode()
[all...]
Completed in 4 milliseconds