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_id
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
nexthop.c
2492
res_table = nexthop_res_table_alloc(net, cfg->
nh_id
, cfg);
in nexthop_create_group()
2666
if (cfg->nlflags & NLM_F_REPLACE && !cfg->
nh_id
) {
in nexthop_add()
2671
if (!cfg->
nh_id
) {
in nexthop_add()
2672
cfg->
nh_id
= nh_find_unused_id(net);
in nexthop_add()
2673
if (!cfg->
nh_id
) {
in nexthop_add()
2688
nh->id = cfg->
nh_id
;
in nexthop_add()
2814
cfg->
nh_id
= nla_get_u32(tb[NHA_ID]);
in rtm_to_nh_config()
3076
u32
nh_id
;
member
3312
err = nh_valid_dump_nhid(tb[NHA_ID], &filter->
nh_id
, cb->extack);
in nh_valid_dump_bucket_req()
3429
if (dd.filter.
nh_id
) {
in rtm_dump_nexthop_bucket()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
nexthop.c
1456
if (cfg->nlflags & NLM_F_REPLACE && !cfg->
nh_id
) {
in nexthop_add()
1461
if (!cfg->
nh_id
) {
in nexthop_add()
1462
cfg->
nh_id
= nh_find_unused_id(net);
in nexthop_add()
1463
if (!cfg->
nh_id
) {
in nexthop_add()
1478
nh->id = cfg->
nh_id
;
in nexthop_add()
1544
cfg->
nh_id
= nla_get_u32(tb[NHA_ID]);
in rtm_to_nh_config()
/kernel/linux/linux-5.10/include/net/
H
A
D
nexthop.h
25
u32
nh_id
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
nexthop.h
25
u32
nh_id
;
member
/kernel/linux/linux-5.10/drivers/net/vxlan/
H
A
D
vxlan_core.c
268
u32
nh_id
;
in vxlan_fdb_info()
local
283
nh_id
= nh->id;
in vxlan_fdb_info()
312
if (nla_put_u32(skb, NDA_NH_ID,
nh_id
))
in vxlan_fdb_info()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H
A
D
vxlan_core.c
162
u32
nh_id
;
in vxlan_fdb_info()
local
177
nh_id
= nh->id;
in vxlan_fdb_info()
206
if (nla_put_u32(skb, NDA_NH_ID,
nh_id
))
in vxlan_fdb_info()
Completed in 28 milliseconds