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_family
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
nexthop.c
239
nhm->
nh_family
= AF_UNSPEC;
in nh_fill_node()
259
nhm->
nh_family
= nhi->family;
in nh_fill_node()
416
static int nh_check_attr_fdb_group(struct nexthop *nh, u8 *
nh_family
,
in nh_check_attr_fdb_group()
argument
428
if (*
nh_family
== AF_UNSPEC) {
in nh_check_attr_fdb_group()
429
*
nh_family
= nhi->family;
in nh_check_attr_fdb_group()
430
} else if (*
nh_family
!= nhi->family) {
in nh_check_attr_fdb_group()
442
u8
nh_family
= AF_UNSPEC;
in nh_check_attr_group()
local
489
if (nhg_fdb && nh_check_attr_fdb_group(nh, &
nh_family
, extack))
in nh_check_attr_group()
1414
nhi->family = cfg->
nh_family
;
in nexthop_create()
1425
switch (cfg->
nh_family
) {
in nexthop_create()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
nexthop.h
8
unsigned char
nh_family
;
member
H
A
D
bpf.h
4943
__u32
nh_family
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
nexthop.h
23
unsigned char
nh_family
;
member
H
A
D
bpf.h
1015
__u32
nh_family
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
nexthop.h
23
unsigned char
nh_family
;
member
H
A
D
bpf.h
1015
__u32
nh_family
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
nexthop.h
8
unsigned char
nh_family
;
member
H
A
D
bpf.h
7048
__u32
nh_family
;
member
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
nexthop.c
707
nhm->
nh_family
= AF_UNSPEC;
in nh_fill_node()
727
nhm->
nh_family
= nhi->family;
in nh_fill_node()
930
nhm->
nh_family
= AF_UNSPEC;
in nh_fill_res_bucket()
1021
static int nh_check_attr_fdb_group(struct nexthop *nh, u8 *
nh_family
,
in nh_check_attr_fdb_group()
argument
1033
if (*
nh_family
== AF_UNSPEC) {
in nh_check_attr_fdb_group()
1034
*
nh_family
= nhi->family;
in nh_check_attr_fdb_group()
1035
} else if (*
nh_family
!= nhi->family) {
in nh_check_attr_fdb_group()
1048
u8
nh_family
= AF_UNSPEC;
in nh_check_attr_group()
local
1095
if (nhg_fdb && nh_check_attr_fdb_group(nh, &
nh_family
, extack))
in nh_check_attr_group()
2624
nhi->family = cfg->
nh_family
;
in nexthop_create()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_tc_neigh_fib.c
119
nh_params.
nh_family
= fib_params.family;
in tc_redir()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_tc_neigh_fib.c
120
nh_params.
nh_family
= fib_params.family;
in tc_redir()
/kernel/linux/linux-5.10/include/net/
H
A
D
nexthop.h
27
u8
nh_family
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
nexthop.h
27
u8
nh_family
;
member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
bpf.h
4943
__u32
nh_family
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
filter.h
626
u32
nh_family
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
filter.h
650
u32
nh_family
;
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
bpf.h
7048
__u32
nh_family
;
member
/kernel/linux/linux-5.10/drivers/net/vxlan/
H
A
D
vxlan_core.c
267
int
nh_family
;
in vxlan_fdb_info()
local
282
nh_family
= nexthop_get_family(nh);
in vxlan_fdb_info()
292
ndm->ndm_family =
nh_family
;
in vxlan_fdb_info()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H
A
D
vxlan_core.c
161
int
nh_family
;
in vxlan_fdb_info()
local
176
nh_family
= nexthop_get_family(nh);
in vxlan_fdb_info()
186
ndm->ndm_family =
nh_family
;
in vxlan_fdb_info()
/kernel/linux/linux-5.10/net/core/
H
A
D
filter.c
2266
} else if (nh->
nh_family
!= AF_INET6) {
in __bpf_redirect_neigh_v6()
2327
} else if (nh->
nh_family
== AF_INET6) {
in bpf_out_neigh_v4()
2330
} else if (nh->
nh_family
== AF_INET) {
in bpf_out_neigh_v4()
/kernel/linux/linux-6.6/net/core/
H
A
D
filter.c
2263
} else if (nh->
nh_family
!= AF_INET6) {
in __bpf_redirect_neigh_v6()
2316
} else if (nh->
nh_family
== AF_INET6) {
in bpf_out_neigh_v4()
2319
} else if (nh->
nh_family
== AF_INET) {
in bpf_out_neigh_v4()
Completed in 85 milliseconds