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:proto_trees
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.h
28
struct mlxsw_sp_lpm_tree *
proto_trees
[2];
member
H
A
D
spectrum_router.c
435
lpm_tree = mlxsw_sp->router->lpm.
proto_trees
[proto];
in mlxsw_sp_fib_create()
631
mlxsw_sp->router->lpm.
proto_trees
[MLXSW_SP_L3_PROTO_IPV4] = lpm_tree;
in mlxsw_sp_lpm_init()
639
mlxsw_sp->router->lpm.
proto_trees
[MLXSW_SP_L3_PROTO_IPV6] = lpm_tree;
in mlxsw_sp_lpm_init()
644
lpm_tree = mlxsw_sp->router->lpm.
proto_trees
[MLXSW_SP_L3_PROTO_IPV4];
in mlxsw_sp_lpm_init()
655
lpm_tree = mlxsw_sp->router->lpm.
proto_trees
[MLXSW_SP_L3_PROTO_IPV6];
in mlxsw_sp_lpm_fini()
658
lpm_tree = mlxsw_sp->router->lpm.
proto_trees
[MLXSW_SP_L3_PROTO_IPV4];
in mlxsw_sp_lpm_fini()
890
old_tree = mlxsw_sp->router->lpm.
proto_trees
[proto];
in mlxsw_sp_vrs_lpm_tree_replace()
906
mlxsw_sp->router->lpm.
proto_trees
[proto] = new_tree;
in mlxsw_sp_vrs_lpm_tree_replace()
4742
lpm_tree = mlxsw_sp->router->lpm.
proto_trees
[fib->proto];
in mlxsw_sp_fib_lpm_tree_link()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.h
37
struct mlxsw_sp_lpm_tree *
proto_trees
[2];
member
H
A
D
spectrum_router.c
539
lpm_tree = mlxsw_sp->router->lpm.
proto_trees
[proto];
in mlxsw_sp_fib_create()
735
mlxsw_sp->router->lpm.
proto_trees
[MLXSW_SP_L3_PROTO_IPV4] = lpm_tree;
in mlxsw_sp_lpm_init()
743
mlxsw_sp->router->lpm.
proto_trees
[MLXSW_SP_L3_PROTO_IPV6] = lpm_tree;
in mlxsw_sp_lpm_init()
748
lpm_tree = mlxsw_sp->router->lpm.
proto_trees
[MLXSW_SP_L3_PROTO_IPV4];
in mlxsw_sp_lpm_init()
759
lpm_tree = mlxsw_sp->router->lpm.
proto_trees
[MLXSW_SP_L3_PROTO_IPV6];
in mlxsw_sp_lpm_fini()
762
lpm_tree = mlxsw_sp->router->lpm.
proto_trees
[MLXSW_SP_L3_PROTO_IPV4];
in mlxsw_sp_lpm_fini()
997
old_tree = mlxsw_sp->router->lpm.
proto_trees
[proto];
in mlxsw_sp_vrs_lpm_tree_replace()
1013
mlxsw_sp->router->lpm.
proto_trees
[proto] = new_tree;
in mlxsw_sp_vrs_lpm_tree_replace()
6378
lpm_tree = mlxsw_sp->router->lpm.
proto_trees
[fib->proto];
in mlxsw_sp_fib_lpm_tree_link()
Completed in 27 milliseconds