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:newg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
nexthop.c
1717
struct nh_group *
newg
)
in replace_nexthop_grp_res()
1721
* specified. For NH removal, oldg and
newg
both reference the same
in replace_nexthop_grp_res()
1730
nh_res_table_migrate_buckets(old_res_table,
newg
);
in replace_nexthop_grp_res()
1731
nh_res_group_rebalance(
newg
, old_res_table);
in replace_nexthop_grp_res()
1763
struct nh_group *nhg, *
newg
;
in remove_nh_grp_entry()
local
1769
newg
= nhg->spare;
in remove_nh_grp_entry()
1777
newg
->has_v4 = false;
in remove_nh_grp_entry()
1778
newg
->is_multipath = nhg->is_multipath;
in remove_nh_grp_entry()
1779
newg
->hash_threshold = nhg->hash_threshold;
in remove_nh_grp_entry()
1780
newg
in remove_nh_grp_entry()
1716
replace_nexthop_grp_res(struct nh_group *oldg, struct nh_group *
newg
)
replace_nexthop_grp_res()
argument
1962
struct nh_group *oldg, *
newg
;
replace_nexthop_grp()
local
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
nexthop.c
787
struct nh_group *nhg, *
newg
;
in remove_nh_grp_entry()
local
793
newg
= nhg->spare;
in remove_nh_grp_entry()
801
newg
->has_v4 = false;
in remove_nh_grp_entry()
802
newg
->mpath = nhg->mpath;
in remove_nh_grp_entry()
803
newg
->fdb_nh = nhg->fdb_nh;
in remove_nh_grp_entry()
804
newg
->num_nh = nhg->num_nh;
in remove_nh_grp_entry()
808
new_nhges =
newg
->nh_entries;
in remove_nh_grp_entry()
814
newg
->num_nh--;
in remove_nh_grp_entry()
820
newg
->has_v4 = true;
in remove_nh_grp_entry()
830
nh_group_rebalance(
newg
);
in remove_nh_grp_entry()
964
struct nh_group *oldg, *
newg
;
replace_nexthop_grp()
local
[all...]
Completed in 7 milliseconds