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:GRE_VERSION
(Results
1 - 25
of
28
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/net/
H
A
D
gre.h
81
if (flags &
GRE_VERSION
)
in gre_flags_to_tnl_flags()
104
flags |=
GRE_VERSION
;
in gre_tnl_flags_to_gre_flags()
/kernel/linux/linux-6.6/include/net/
H
A
D
gre.h
81
if (flags &
GRE_VERSION
)
in gre_flags_to_tnl_flags()
104
flags |=
GRE_VERSION
;
in gre_tnl_flags_to_gre_flags()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
if_tunnel.h
33
#define
GRE_VERSION
__cpu_to_be16(0x0007)
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
if_tunnel.h
33
#define
GRE_VERSION
__cpu_to_be16(0x0007)
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
if_tunnel.h
33
#define
GRE_VERSION
__cpu_to_be16(0x0007)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
if_tunnel.h
46
#define
GRE_VERSION
__cpu_to_be16(0x0007)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
if_tunnel.h
46
#define
GRE_VERSION
__cpu_to_be16(0x0007)
macro
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
sockex2_kern.c
139
if (gre_flags & (
GRE_VERSION
|GRE_ROUTING))
in flow_dissector()
H
A
D
sockex3_kern.c
159
if (gre_flags & (
GRE_VERSION
|GRE_ROUTING))
in parse_ip_proto()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
gre_demux.c
73
if (unlikely(greh->flags & (
GRE_VERSION
| GRE_ROUTING)))
in gre_parse_header()
H
A
D
ip_gre.c
792
((p->i_flags | p->o_flags) & (
GRE_VERSION
| GRE_ROUTING)))
in ipgre_tunnel_ctl()
1052
if (flags & (
GRE_VERSION
|GRE_ROUTING))
in ipgre_tunnel_validate()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
gre_demux.c
73
if (unlikely(greh->flags & (
GRE_VERSION
| GRE_ROUTING)))
in gre_parse_header()
H
A
D
ip_gre.c
796
((p->i_flags | p->o_flags) & (
GRE_VERSION
| GRE_ROUTING)))
in ipgre_tunnel_ctl()
1053
if (flags & (
GRE_VERSION
|GRE_ROUTING))
in ipgre_tunnel_validate()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
sockex2_kern.c
139
if (gre_flags & (
GRE_VERSION
|GRE_ROUTING))
in flow_dissector()
H
A
D
sockex3_kern.c
124
if (gre_flags & (
GRE_VERSION
|GRE_ROUTING))
in parse_ip_proto()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_proto_gre.c
175
if (!grehdr || (grehdr->flags &
GRE_VERSION
) != GRE_VERSION_1) {
in gre_pkt_to_tuple()
H
A
D
nf_nat_proto.c
300
switch (greh->flags &
GRE_VERSION
) {
in gre_manip_pkt()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_proto_gre.c
162
if (!grehdr || (grehdr->flags &
GRE_VERSION
) != GRE_VERSION_1) {
in gre_pkt_to_tuple()
H
A
D
nf_flow_table_ip.c
227
if ((greh->flags &
GRE_VERSION
) != GRE_VERSION_0)
in nf_flow_tuple_ip()
622
if ((greh->flags &
GRE_VERSION
) != GRE_VERSION_0)
in nf_flow_tuple_ipv6()
H
A
D
nft_payload.c
113
version = gre->flags &
GRE_VERSION
;
in __nft_payload_inner_offset()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_flow.c
184
if (bpf_htons(gre->flags &
GRE_VERSION
))
in parse_ip_proto()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_flow.c
198
if (bpf_htons(gre->flags &
GRE_VERSION
))
in parse_ip_proto()
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_ct.c
561
if ((greh->flags &
GRE_VERSION
) != GRE_VERSION_0)
in tcf_ct_flow_table_fill_tuple_ipv4()
630
if ((greh->flags &
GRE_VERSION
) != GRE_VERSION_0)
in tcf_ct_flow_table_fill_tuple_ipv6()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_gre.c
1306
if ((p.i_flags|p.o_flags)&(
GRE_VERSION
|GRE_ROUTING))
in ip6gre_tunnel_ioctl()
1670
if (flags & (
GRE_VERSION
|GRE_ROUTING))
in ip6gre_tunnel_validate()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_gre.c
1306
if ((p.i_flags|p.o_flags)&(
GRE_VERSION
|GRE_ROUTING))
in ip6gre_tunnel_siocdevprivate()
1667
if (flags & (
GRE_VERSION
|GRE_ROUTING))
in ip6gre_tunnel_validate()
Completed in 24 milliseconds
1
2