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:RTNH_F_OFFLOAD
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
rtnetlink.h
399
#define
RTNH_F_OFFLOAD
8 /* offloaded route */
macro
403
#define RTNH_COMPARE_MASK (RTNH_F_DEAD | RTNH_F_LINKDOWN |
RTNH_F_OFFLOAD
)
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
rtnetlink.h
421
#define
RTNH_F_OFFLOAD
8 /* Nexthop is offloaded */
macro
427
RTNH_F_OFFLOAD
| RTNH_F_TRAP)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
rtnetlink.h
296
#define
RTNH_F_OFFLOAD
8
macro
299
#define RTNH_COMPARE_MASK (RTNH_F_DEAD | RTNH_F_LINKDOWN |
RTNH_F_OFFLOAD
)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
rtnetlink.h
264
#define
RTNH_F_OFFLOAD
8
macro
267
#define RTNH_COMPARE_MASK (RTNH_F_DEAD | RTNH_F_LINKDOWN |
RTNH_F_OFFLOAD
)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
rtnetlink.h
296
#define
RTNH_F_OFFLOAD
8
macro
299
#define RTNH_COMPARE_MASK (RTNH_F_DEAD | RTNH_F_LINKDOWN |
RTNH_F_OFFLOAD
)
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
nexthop.c
1562
bucket->nh_flags &= ~(
RTNH_F_OFFLOAD
| RTNH_F_TRAP);
in nh_res_bucket_migrate()
2145
new->nh_flags |= old->nh_flags & (
RTNH_F_OFFLOAD
| RTNH_F_TRAP);
in replace_nexthop_single()
3660
nexthop->nh_flags &= ~(
RTNH_F_OFFLOAD
| RTNH_F_TRAP);
in nexthop_set_hw_flags()
3662
nexthop->nh_flags |=
RTNH_F_OFFLOAD
;
in nexthop_set_hw_flags()
3694
bucket->nh_flags &= ~(
RTNH_F_OFFLOAD
| RTNH_F_TRAP);
in nexthop_bucket_set_hw_flags()
3696
bucket->nh_flags |=
RTNH_F_OFFLOAD
;
in nexthop_bucket_set_hw_flags()
H
A
D
ipmr_base.c
233
rtm->rtm_flags |=
RTNH_F_OFFLOAD
;
in mr_fill_mroute()
H
A
D
fib_semantics.c
1688
(RTNH_F_ONLINK |
RTNH_F_OFFLOAD
| RTNH_F_TRAP));
in fib_nexthop_info()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ipmr_base.c
229
rtm->rtm_flags |=
RTNH_F_OFFLOAD
;
in mr_fill_mroute()
H
A
D
fib_semantics.c
1706
if (nhc->nhc_flags &
RTNH_F_OFFLOAD
)
in fib_nexthop_info()
1707
*flags |=
RTNH_F_OFFLOAD
;
in fib_nexthop_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H
A
D
prestera_router.c
307
nhc->nhc_flags |=
RTNH_F_OFFLOAD
;
in prestera_util_kern_set_nh_offload()
309
nhc->nhc_flags &= ~
RTNH_F_OFFLOAD
;
in prestera_util_kern_set_nh_offload()
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/
H
A
D
rocker_ofdpa.c
2751
nh->fib_nh_flags |=
RTNH_F_OFFLOAD
;
in ofdpa_fib4_add()
2768
nh->fib_nh_flags &= ~
RTNH_F_OFFLOAD
;
in ofdpa_fib4_del()
2797
nh->fib_nh_flags &= ~
RTNH_F_OFFLOAD
;
in ofdpa_fib4_abort()
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/
H
A
D
rocker_ofdpa.c
2740
nh->fib_nh_flags |=
RTNH_F_OFFLOAD
;
in ofdpa_fib4_add()
2757
nh->fib_nh_flags &= ~
RTNH_F_OFFLOAD
;
in ofdpa_fib4_del()
2786
nh->fib_nh_flags &= ~
RTNH_F_OFFLOAD
;
in ofdpa_fib4_abort()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.c
3405
nh->key.fib_nh->fib_nh_flags |=
RTNH_F_OFFLOAD
;
in mlxsw_sp_nexthop4_group_offload_refresh()
3407
nh->key.fib_nh->fib_nh_flags &= ~
RTNH_F_OFFLOAD
;
in mlxsw_sp_nexthop4_group_offload_refresh()
3423
fib6_nh->fib_nh_flags |=
RTNH_F_OFFLOAD
;
in __mlxsw_sp_nexthop6_group_offload_refresh()
3425
fib6_nh->fib_nh_flags &= ~
RTNH_F_OFFLOAD
;
in __mlxsw_sp_nexthop6_group_offload_refresh()
5053
fib6_nh->fib_nh_flags &= ~
RTNH_F_OFFLOAD
;
in mlxsw_sp_rt6_destroy()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_router.c
3932
nh->key.fib_nh->fib_nh_flags |=
RTNH_F_OFFLOAD
;
in mlxsw_sp_nexthop4_group_offload_refresh()
3934
nh->key.fib_nh->fib_nh_flags &= ~
RTNH_F_OFFLOAD
;
in mlxsw_sp_nexthop4_group_offload_refresh()
3950
fib6_nh->fib_nh_flags |=
RTNH_F_OFFLOAD
;
in __mlxsw_sp_nexthop6_group_offload_refresh()
3952
fib6_nh->fib_nh_flags &= ~
RTNH_F_OFFLOAD
;
in __mlxsw_sp_nexthop6_group_offload_refresh()
6688
fib6_nh->fib_nh_flags &= ~
RTNH_F_OFFLOAD
;
in mlxsw_sp_rt6_destroy()
Completed in 60 milliseconds