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:flowi4_scope
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
flow.h
71
#define
flowi4_scope
__fl_common.flowic_scope
macro
104
fl4->
flowi4_scope
= scope;
in flowi4_init_output()
/kernel/linux/linux-6.6/include/net/
H
A
D
flow.h
72
#define
flowi4_scope
__fl_common.flowic_scope
macro
105
fl4->
flowi4_scope
= scope;
in flowi4_init_output()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H
A
D
nf_dup_ipv4.c
36
fl4.
flowi4_scope
= RT_SCOPE_UNIVERSE;
in nf_dup_ipv4_route()
H
A
D
ipt_rpfilter.c
80
flow.
flowi4_scope
= RT_SCOPE_UNIVERSE;
in rpfilter_mt()
H
A
D
nft_fib_ipv4.c
66
.
flowi4_scope
= RT_SCOPE_UNIVERSE,
in nft_fib4_eval()
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H
A
D
nf_dup_ipv4.c
36
fl4.
flowi4_scope
= RT_SCOPE_UNIVERSE;
in nf_dup_ipv4_route()
H
A
D
ipt_rpfilter.c
79
flow.
flowi4_scope
= RT_SCOPE_UNIVERSE;
in rpfilter_mt()
H
A
D
nft_fib_ipv4.c
66
.
flowi4_scope
= RT_SCOPE_UNIVERSE,
in nft_fib4_eval()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
fib.h
49
__entry->scope = flp->
flowi4_scope
;
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
fib.h
48
__entry->scope = flp->
flowi4_scope
;
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_semantics.c
1158
.
flowi4_scope
= scope + 1,
in fib_check_nh_v4_gw()
1164
if (fl4.
flowi4_scope
< RT_SCOPE_LINK)
in fib_check_nh_v4_gw()
1165
fl4.
flowi4_scope
= RT_SCOPE_LINK;
in fib_check_nh_v4_gw()
H
A
D
fib_frontend.c
296
.
flowi4_scope
= scope,
in fib_compute_spec_dst()
361
fl4.
flowi4_scope
= RT_SCOPE_UNIVERSE;
in __fib_validate_source()
1338
.
flowi4_scope
= frn->fl_scope,
in nl_fib_lookup()
H
A
D
route.c
538
fl4->
flowi4_scope
= tos & RTO_ONLINK ?
in ip_rt_fix_tos()
2209
fl4.
flowi4_scope
= RT_SCOPE_UNIVERSE;
in ip_route_input_slow()
2658
fl4->
flowi4_scope
);
in ip_route_output_key_hash_rcu()
H
A
D
fib_trie.c
1540
if (fa->fa_info->fib_scope < flp->
flowi4_scope
)
in fib_table_lookup()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_semantics.c
1160
.
flowi4_scope
= scope + 1,
in fib_check_nh_v4_gw()
1166
if (fl4.
flowi4_scope
< RT_SCOPE_LINK)
in fib_check_nh_v4_gw()
1167
fl4.
flowi4_scope
= RT_SCOPE_LINK;
in fib_check_nh_v4_gw()
H
A
D
fib_frontend.c
297
.
flowi4_scope
= scope,
in fib_compute_spec_dst()
361
fl4.
flowi4_scope
= RT_SCOPE_UNIVERSE;
in __fib_validate_source()
1347
.
flowi4_scope
= frn->fl_scope,
in nl_fib_lookup()
H
A
D
route.c
507
fl4->
flowi4_scope
= RT_SCOPE_LINK;
in ip_rt_fix_tos()
2290
fl4.
flowi4_scope
= RT_SCOPE_UNIVERSE;
in ip_route_input_slow()
2736
fl4->
flowi4_scope
);
in ip_route_output_key_hash_rcu()
H
A
D
fib_trie.c
1588
if (fa->fa_info->fib_scope < flp->
flowi4_scope
)
in fib_table_lookup()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
ipv4.c
476
.
flowi4_scope
= ip_sock_rt_scope(sk),
in dccp_v4_route_skb()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
gtp.c
247
fl4->
flowi4_scope
= ip_sock_rt_scope(sk);
in ip4_route_output_gtp()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
protocol.c
439
fl4->
flowi4_scope
= ip_sock_rt_scope(asoc->base.sk);
in sctp_v4_get_dst()
/kernel/linux/linux-5.10/net/core/
H
A
D
filter.c
5407
fl4.
flowi4_scope
= RT_SCOPE_UNIVERSE;
in bpf_ipv4_fib_lookup()
/kernel/linux/linux-6.6/net/core/
H
A
D
filter.c
5835
fl4.
flowi4_scope
= RT_SCOPE_UNIVERSE;
in bpf_ipv4_fib_lookup()
Completed in 58 milliseconds