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:nh_neigh_head
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H
A
D
prestera_router_hw.c
414
nh_grp->
nh_neigh_head
[nh_cnt].neigh = nh_neigh;
in __prestera_nexthop_group_create()
415
nh_grp->
nh_neigh_head
[nh_cnt].this = nh_grp;
in __prestera_nexthop_group_create()
416
list_add(&nh_grp->
nh_neigh_head
[nh_cnt].head,
in __prestera_nexthop_group_create()
446
list_del(&nh_grp->
nh_neigh_head
[nh_cnt].head);
in __prestera_nexthop_group_create()
447
prestera_nh_neigh_put(sw, nh_grp->
nh_neigh_head
[nh_cnt].neigh);
in __prestera_nexthop_group_create()
467
nh_neigh = nh_grp->
nh_neigh_head
[nh_cnt].neigh;
in __prestera_nexthop_group_destroy()
471
list_del(&nh_grp->
nh_neigh_head
[nh_cnt].head);
in __prestera_nexthop_group_destroy()
527
neigh = nh_grp->
nh_neigh_head
[nh_cnt].neigh;
in prestera_nexthop_group_set()
H
A
D
prestera_router_hw.h
87
}
nh_neigh_head
[PRESTERA_NHGR_SIZE_MAX];
member
H
A
D
prestera_router.c
397
if (fib_node->info.nh_grp->
nh_neigh_head
[1].neigh)
in prestera_fib_node_util_is_neighbour()
400
if (!fib_node->info.nh_grp->
nh_neigh_head
[0].neigh)
in prestera_fib_node_util_is_neighbour()
403
if (memcmp(&fib_node->info.nh_grp->
nh_neigh_head
[0].neigh->key.addr,
in prestera_fib_node_util_is_neighbour()
Completed in 4 milliseconds