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:fc_gw_family
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_semantics.c
635
nh->fib_nh_gw_family = cfg->
fc_gw_family
;
in fib_nh_init()
636
if (cfg->
fc_gw_family
== AF_INET)
in fib_nh_init()
638
else if (cfg->
fc_gw_family
== AF_INET6)
in fib_nh_init()
737
fib_cfg.
fc_gw_family
= AF_INET;
in fib_get_nhs()
777
if (cfg->
fc_gw_family
) {
in fib_get_nhs()
778
if (cfg->
fc_gw_family
!= nh->fib_nh_gw_family ||
in fib_get_nhs()
779
(cfg->
fc_gw_family
== AF_INET &&
in fib_get_nhs()
781
(cfg->
fc_gw_family
== AF_INET6 &&
in fib_get_nhs()
894
if (cfg->fc_oif || cfg->
fc_gw_family
|| cfg->fc_mp)
in fib_nh_match()
899
if (cfg->fc_oif || cfg->
fc_gw_family
) {
in fib_nh_match()
[all...]
H
A
D
fib_frontend.c
569
cfg->
fc_gw_family
= AF_INET;
in rtentry_to_fib_config()
582
if (rt->rt_flags & RTF_GATEWAY && !cfg->
fc_gw_family
)
in rtentry_to_fib_config()
700
cfg->
fc_gw_family
= AF_INET;
in fib_gw_from_via()
709
cfg->
fc_gw_family
= AF_INET6;
in fib_gw_from_via()
772
cfg->
fc_gw_family
= AF_INET;
in rtm_to_fib_config()
822
if (cfg->fc_oif || cfg->
fc_gw_family
||
in rtm_to_fib_config()
H
A
D
nexthop.c
1327
.
fc_gw_family
= cfg->gw.ipv4 ? AF_INET : 0,
in nh_create_ipv4()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_semantics.c
636
nh->fib_nh_gw_family = cfg->
fc_gw_family
;
in fib_nh_init()
637
if (cfg->
fc_gw_family
== AF_INET)
in fib_nh_init()
639
else if (cfg->
fc_gw_family
== AF_INET6)
in fib_nh_init()
738
fib_cfg.
fc_gw_family
= AF_INET;
in fib_get_nhs()
778
if (cfg->
fc_gw_family
) {
in fib_get_nhs()
779
if (cfg->
fc_gw_family
!= nh->fib_nh_gw_family ||
in fib_get_nhs()
780
(cfg->
fc_gw_family
== AF_INET &&
in fib_get_nhs()
782
(cfg->
fc_gw_family
== AF_INET6 &&
in fib_get_nhs()
895
if (cfg->fc_oif || cfg->
fc_gw_family
|| cfg->fc_mp)
in fib_nh_match()
900
if (cfg->fc_oif || cfg->
fc_gw_family
) {
in fib_nh_match()
[all...]
H
A
D
fib_frontend.c
572
cfg->
fc_gw_family
= AF_INET;
in rtentry_to_fib_config()
585
if (rt->rt_flags & RTF_GATEWAY && !cfg->
fc_gw_family
)
in rtentry_to_fib_config()
703
cfg->
fc_gw_family
= AF_INET;
in fib_gw_from_via()
712
cfg->
fc_gw_family
= AF_INET6;
in fib_gw_from_via()
783
cfg->
fc_gw_family
= AF_INET;
in rtm_to_fib_config()
833
if (cfg->fc_oif || cfg->
fc_gw_family
||
in rtm_to_fib_config()
H
A
D
nexthop.c
2537
.
fc_gw_family
= cfg->gw.ipv4 ? AF_INET : 0,
in nh_create_ipv4()
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_fib.h
31
u8
fc_gw_family
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_fib.h
32
u8
fc_gw_family
;
member
Completed in 17 milliseconds