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_SEQ
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
gre.h
75
if (flags &
GRE_SEQ
)
in gre_flags_to_tnl_flags()
98
flags |=
GRE_SEQ
;
in gre_tnl_flags_to_gre_flags()
/kernel/linux/linux-6.6/include/net/
H
A
D
gre.h
75
if (flags &
GRE_SEQ
)
in gre_flags_to_tnl_flags()
98
flags |=
GRE_SEQ
;
in gre_tnl_flags_to_gre_flags()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
if_tunnel.h
28
#define
GRE_SEQ
__cpu_to_be16(0x1000)
macro
37
#define GRE_IS_SEQ(f) ((f) &
GRE_SEQ
)
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
if_tunnel.h
28
#define
GRE_SEQ
__cpu_to_be16(0x1000)
macro
38
#define GRE_IS_SEQ(f) ((f) &
GRE_SEQ
)
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
if_tunnel.h
28
#define
GRE_SEQ
__cpu_to_be16(0x1000)
macro
38
#define GRE_IS_SEQ(f) ((f) &
GRE_SEQ
)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
if_tunnel.h
41
#define
GRE_SEQ
__cpu_to_be16(0x1000)
macro
50
#define GRE_IS_SEQ(f) ((f) &
GRE_SEQ
)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
if_tunnel.h
41
#define
GRE_SEQ
__cpu_to_be16(0x1000)
macro
50
#define GRE_IS_SEQ(f) ((f) &
GRE_SEQ
)
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
sockex2_kern.c
148
if (gre_flags &
GRE_SEQ
)
in flow_dissector()
H
A
D
sockex3_kern.c
167
if (gre_flags &
GRE_SEQ
)
in parse_ip_proto()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
gre_demux.c
104
if (unlikely(greh->flags &
GRE_SEQ
)) {
in gre_parse_header()
H
A
D
ip_gre.c
1111
flags != (
GRE_SEQ
| GRE_KEY))
in erspan_validate()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
gre_demux.c
104
if (unlikely(greh->flags &
GRE_SEQ
)) {
in gre_parse_header()
H
A
D
ip_gre.c
1112
flags != (
GRE_SEQ
| GRE_KEY))
in erspan_validate()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
sockex2_kern.c
148
if (gre_flags &
GRE_SEQ
)
in flow_dissector()
H
A
D
sockex3_kern.c
132
if (gre_flags &
GRE_SEQ
)
in parse_ip_proto()
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
pptp.c
217
hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 |
GRE_SEQ
;
in pptp_xmit()
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
pptp.c
217
hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 |
GRE_SEQ
;
in pptp_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
efx_common.c
1343
return !(greh->flags & (GRE_CSUM |
GRE_SEQ
));
in efx_can_encap_offloads()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
efx_common.c
1337
return !(greh->flags & (GRE_CSUM |
GRE_SEQ
));
in efx_can_encap_offloads()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
efx_common.c
1354
return !(greh->flags & (GRE_CSUM |
GRE_SEQ
));
in efx_can_encap_offloads()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nft_payload.c
126
if (gre->flags &
GRE_SEQ
)
in __nft_payload_inner_offset()
/kernel/linux/linux-5.10/net/core/
H
A
D
flow_dissector.c
579
if (hdr->flags &
GRE_SEQ
)
in __skb_flow_dissect_gre()
/kernel/linux/linux-6.6/net/core/
H
A
D
flow_dissector.c
691
if (hdr->flags &
GRE_SEQ
)
in __skb_flow_dissect_gre()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_gre.c
1720
flags != (
GRE_SEQ
| GRE_KEY))
in ip6erspan_tap_validate()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_gre.c
1717
flags != (
GRE_SEQ
| GRE_KEY))
in ip6erspan_tap_validate()
Completed in 31 milliseconds