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:fib6_type
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
fib6.h
42
__entry->err = ip6_rt_type_to_error(res->
fib6_type
);
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
fib6.h
42
__entry->err = ip6_rt_type_to_error(res->
fib6_type
);
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
route.c
71
static int ip6_rt_type_to_error(u8
fib6_type
);
284
.
fib6_type
= RTN_UNREACHABLE,
581
res->
fib6_type
= res->f6i->
fib6_type
;
in rt6_device_match()
587
res->
fib6_type
= RTN_BLACKHOLE;
in rt6_device_match()
815
res->
fib6_type
= RTN_BLACKHOLE;
in __find_rr_leaf()
835
res->
fib6_type
= f6i->
fib6_type
;
in __find_rr_leaf()
914
res->
fib6_type
= res->f6i->
fib6_type
;
in rt6_select()
1042
ip6_rt_type_to_error(u8
fib6_type
)
ip6_rt_type_to_error()
argument
1059
ip6_rt_init_dst_reject(struct rt6_info *rt, u8
fib6_type
)
ip6_rt_init_dst_reject()
argument
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
route.c
71
static int ip6_rt_type_to_error(u8
fib6_type
);
290
.
fib6_type
= RTN_UNREACHABLE,
585
res->
fib6_type
= res->f6i->
fib6_type
;
in rt6_device_match()
591
res->
fib6_type
= RTN_BLACKHOLE;
in rt6_device_match()
818
res->
fib6_type
= RTN_BLACKHOLE;
in __find_rr_leaf()
838
res->
fib6_type
= f6i->
fib6_type
;
in __find_rr_leaf()
917
res->
fib6_type
= res->f6i->
fib6_type
;
in rt6_select()
1045
ip6_rt_type_to_error(u8
fib6_type
)
ip6_rt_type_to_error()
argument
1062
ip6_rt_init_dst_reject(struct rt6_info *rt, u8
fib6_type
)
ip6_rt_init_dst_reject()
argument
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
ip6_fib.h
191
u8
fib6_type
;
member
227
u8
fib6_type
;
member
H
A
D
nexthop.h
426
res->
fib6_type
= RTN_BLACKHOLE;
in nexthop_path_fib6_result()
/kernel/linux/linux-6.6/include/net/
H
A
D
ip6_fib.h
192
u8
fib6_type
;
member
228
u8
fib6_type
;
member
H
A
D
nexthop.h
517
res->
fib6_type
= RTN_BLACKHOLE;
in nexthop_path_fib6_result()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H
A
D
prestera_router.c
206
if (fi->
fib6_type
!= RTN_UNICAST)
in prestera_fi6_is_direct()
214
if (fi->
fib6_type
!= RTN_UNICAST)
in prestera_fi6_is_nh()
384
return fen6_info->rt->
fib6_type
;
in prestera_kern_fib_info_type()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.c
5377
else if (rt->
fib6_type
== RTN_BLACKHOLE)
in mlxsw_sp_fib6_entry_type_set()
/kernel/linux/linux-5.10/net/core/
H
A
D
filter.c
5563
switch (res.
fib6_type
) {
in bpf_ipv6_fib_lookup()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.c
7092
else if (rt->
fib6_type
== RTN_BLACKHOLE)
in mlxsw_sp_fib6_entry_type_set()
/kernel/linux/linux-6.6/net/core/
H
A
D
filter.c
6016
switch (res.
fib6_type
) {
in bpf_ipv6_fib_lookup()
Completed in 63 milliseconds