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:fib_type
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H
A
D
prestera_router.c
50
enum prestera_fib_type
fib_type
;
member
182
if (fi->
fib_type
!= RTN_UNICAST)
in prestera_fi_is_direct()
190
if (fi->
fib_type
!= RTN_UNICAST)
in prestera_fi_is_nh()
377
return fen4_info->fi->
fib_type
;
in prestera_kern_fib_info_type()
878
fc->lpm_info.
fib_type
= PRESTERA_FIB_TYPE_UC_NH;
in __prestera_pr_k_arb_fc_lpm_info_calc()
901
fc->lpm_info.
fib_type
= nh_cnt ?
in __prestera_pr_k_arb_fc_lpm_info_calc()
912
fc->lpm_info.
fib_type
= PRESTERA_FIB_TYPE_TRAP;
in __prestera_pr_k_arb_fc_lpm_info_calc()
915
fc->lpm_info.
fib_type
= PRESTERA_FIB_TYPE_DROP;
in __prestera_pr_k_arb_fc_lpm_info_calc()
918
dev_err(sw->dev->dev, "Unsupported
fib_type
");
in __prestera_pr_k_arb_fc_lpm_info_calc()
943
fc->lpm_info.
fib_type
,
in __prestera_k_arb_f_lpm_set()
[all...]
H
A
D
prestera_router_hw.c
623
enum prestera_fib_type
fib_type
,
in prestera_fib_node_create()
636
fib_node->info.type =
fib_type
;
in prestera_fib_node_create()
644
switch (
fib_type
) {
in prestera_fib_node_create()
660
pr_err("Unsupported
fib_type
%d",
fib_type
);
in prestera_fib_node_create()
680
if (
fib_type
== PRESTERA_FIB_TYPE_UC_NH)
in prestera_fib_node_create()
621
prestera_fib_node_create(struct prestera_switch *sw, struct prestera_fib_key *key, enum prestera_
fib_type
fib_type
, struct prestera_nexthop_group_key *nh_grp_key)
prestera_fib_node_create()
argument
H
A
D
prestera_router_hw.h
150
enum prestera_fib_type
fib_type
,
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_semantics.c
400
cfg->fc_type == fi->
fib_type
&&
in fib_find_info_nh()
427
nfi->
fib_type
== fi->
fib_type
&&
in fib_find_info()
1496
fi->
fib_type
= cfg->fc_type;
in fib_create_info()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_semantics.c
400
cfg->fc_type == fi->
fib_type
&&
in fib_find_info_nh()
427
nfi->
fib_type
== fi->
fib_type
&&
in fib_find_info()
1476
fi->
fib_type
= cfg->fc_type;
in fib_create_info()
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_fib.h
142
unsigned char
fib_type
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_fib.h
145
unsigned char
fib_type
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.c
3809
fib_nh->nh_parent->
fib_type
== RTN_UNICAST &&
in mlxsw_sp_nexthop4_ipip_type()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.c
4410
fib_nh->nh_parent->
fib_type
== RTN_UNICAST &&
in mlxsw_sp_nexthop4_ipip_type()
Completed in 37 milliseconds