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:nexthop_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.h
25
struct list_head
nexthop_list
;
member
H
A
D
spectrum_router.c
53
struct list_head
nexthop_list
;
member
1955
struct list_head
nexthop_list
; /* list of nexthops using
member
2037
INIT_LIST_HEAD(&neigh_entry->
nexthop_list
);
in mlxsw_sp_neigh_entry_alloc()
2572
if (!neigh_entry->connected && list_empty(&neigh_entry->
nexthop_list
))
in mlxsw_sp_router_neigh_event_work()
2838
if (list_empty(&router->
nexthop_list
))
in mlxsw_sp_nexthop_next()
2841
return list_first_entry(&router->
nexthop_list
,
in mlxsw_sp_nexthop_next()
2844
if (list_is_last(&nh->router_list_node, &router->
nexthop_list
))
in mlxsw_sp_nexthop_next()
3592
nh = list_first_entry(&neigh_entry->
nexthop_list
,
in mlxsw_sp_nexthop_dead_neigh_replace()
3616
list_for_each_entry(nh, &neigh_entry->
nexthop_list
,
in mlxsw_sp_nexthop_dead_neigh_replace()
3642
if (list_empty(&neigh_entry->
nexthop_list
))
in mlxsw_sp_nexthop_neigh_update()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.h
34
struct list_head
nexthop_list
;
member
H
A
D
spectrum_router.c
62
struct list_head
nexthop_list
;
member
1088
INIT_LIST_HEAD(&crif->
nexthop_list
);
in mlxsw_sp_crif_init()
1109
WARN_ON(!list_empty(&crif->
nexthop_list
));
in mlxsw_sp_crif_free()
2186
struct list_head
nexthop_list
; /* list of nexthops using
member
2268
INIT_LIST_HEAD(&neigh_entry->
nexthop_list
);
in mlxsw_sp_neigh_entry_alloc()
2812
if (!neigh_entry->connected && list_empty(&neigh_entry->
nexthop_list
))
in mlxsw_sp_router_neigh_event_work()
3192
if (list_empty(&router->
nexthop_list
))
in mlxsw_sp_nexthop_next()
3195
return list_first_entry(&router->
nexthop_list
,
in mlxsw_sp_nexthop_next()
3198
if (list_is_last(&nh->router_list_node, &router->
nexthop_list
))
in mlxsw_sp_nexthop_next()
4184
nh = list_first_entry(&neigh_entry->
nexthop_list
,
in mlxsw_sp_nexthop_dead_neigh_replace()
[all...]
Completed in 26 milliseconds