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:num_nh_buckets
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
nexthop.c
153
u16
num_nh_buckets
= res_table->
num_nh_buckets
;
in nh_notifier_res_table_info_init()
local
158
size = struct_size(info->nh_res_table, nhs,
num_nh_buckets
);
in nh_notifier_res_table_info_init()
164
info->nh_res_table->
num_nh_buckets
=
num_nh_buckets
;
in nh_notifier_res_table_info_init()
166
for (i = 0; i <
num_nh_buckets
; i++) {
in nh_notifier_res_table_info_init()
548
const u16
num_nh_buckets
= cfg->nh_grp_res_num_buckets;
in nexthop_res_table_alloc()
local
552
size = struct_size(res_table, nh_buckets,
num_nh_buckets
);
in nexthop_res_table_alloc()
563
res_table->
num_nh_buckets
=
num_nh_buckets
;
in nexthop_res_table_alloc()
[all...]
/kernel/linux/linux-6.6/include/net/
H
A
D
nexthop.h
94
u16
num_nh_buckets
;
member
202
u16
num_nh_buckets
;
member
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
fib.c
1138
occ = info->nh_res_table->
num_nh_buckets
;
in nsim_nexthop_create()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.c
4850
if (nh_res_table->
num_nh_buckets
< 32) {
in mlxsw_sp_nexthop_obj_res_group_size_validate()
4860
if (nh_res_table->
num_nh_buckets
>= size_range->start &&
in mlxsw_sp_nexthop_obj_res_group_size_validate()
4861
nh_res_table->
num_nh_buckets
<= size_range->end) {
in mlxsw_sp_nexthop_obj_res_group_size_validate()
4874
nh_res_table->
num_nh_buckets
,
in mlxsw_sp_nexthop_obj_res_group_size_validate()
4876
if (err || nh_res_table->
num_nh_buckets
!= alloc_size) {
in mlxsw_sp_nexthop_obj_res_group_size_validate()
4898
for (i = 0; i < nh_res_table->
num_nh_buckets
; i++) {
in mlxsw_sp_nexthop_obj_res_group_validate()
5066
nhs = info->nh_res_table->
num_nh_buckets
;
in mlxsw_sp_nexthop_obj_group_info_init()
Completed in 22 milliseconds