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:FDB_HASH_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
vxlan.h
39
#define
FDB_HASH_SIZE
(1<<FDB_HASH_BITS)
macro
250
spinlock_t hash_lock[
FDB_HASH_SIZE
];
256
struct hlist_head fdb_head[
FDB_HASH_SIZE
];
/kernel/linux/linux-6.6/include/net/
H
A
D
vxlan.h
41
#define
FDB_HASH_SIZE
(1<<FDB_HASH_BITS)
macro
297
spinlock_t hash_lock[
FDB_HASH_SIZE
];
305
struct hlist_head fdb_head[
FDB_HASH_SIZE
];
/kernel/linux/linux-5.10/drivers/net/vxlan/
H
A
D
vxlan_core.c
499
return jhash_2words(key, vni, vxlan_salt) & (
FDB_HASH_SIZE
- 1);
in eth_vni_hash()
629
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_fdb_replay()
663
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_fdb_clear_offload()
1403
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_fdb_dump()
2983
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_cleanup()
3111
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_flush()
3314
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_setup()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H
A
D
vxlan_core.c
393
return jhash_2words(key, vni, vxlan_salt) & (
FDB_HASH_SIZE
- 1);
in eth_vni_hash()
523
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_fdb_replay()
557
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_fdb_clear_offload()
1357
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_fdb_dump()
2885
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_cleanup()
3030
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_flush()
3233
for (h = 0; h <
FDB_HASH_SIZE
; ++h) {
in vxlan_setup()
Completed in 14 milliseconds