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:grehdr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_lwt_ip_encap.c
10
struct
grehdr
{
struct
20
struct
grehdr
greh;
in bpf_lwt_encap_gre()
56
struct
grehdr
greh;
in bpf_lwt_encap_gre6()
63
hdr.ip6hdr.payload_len = bpf_htons(skb->len + sizeof(struct
grehdr
));
in bpf_lwt_encap_gre6()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_lwt_ip_encap.c
10
struct
grehdr
{
struct
20
struct
grehdr
greh;
in bpf_lwt_encap_gre()
56
struct
grehdr
greh;
in bpf_lwt_encap_gre6()
63
hdr.ip6hdr.payload_len = bpf_htons(skb->len + sizeof(struct
grehdr
));
in bpf_lwt_encap_gre6()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_proto_gre.c
170
const struct gre_base_hdr *
grehdr
;
in gre_pkt_to_tuple()
local
174
grehdr
= skb_header_pointer(skb, dataoff, sizeof(_grehdr), &_grehdr);
in gre_pkt_to_tuple()
175
if (!
grehdr
|| (
grehdr
->flags & GRE_VERSION) != GRE_VERSION_1) {
in gre_pkt_to_tuple()
187
if (
grehdr
->protocol != GRE_PROTO_PPP) {
in gre_pkt_to_tuple()
188
pr_debug("Unsupported GRE proto(0x%x)\n", ntohs(
grehdr
->protocol));
in gre_pkt_to_tuple()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_proto_gre.c
157
const struct gre_base_hdr *
grehdr
;
in gre_pkt_to_tuple()
local
161
grehdr
= skb_header_pointer(skb, dataoff, sizeof(_grehdr), &_grehdr);
in gre_pkt_to_tuple()
162
if (!
grehdr
|| (
grehdr
->flags & GRE_VERSION) != GRE_VERSION_1) {
in gre_pkt_to_tuple()
174
if (
grehdr
->protocol != GRE_PROTO_PPP) {
in gre_pkt_to_tuple()
175
pr_debug("Unsupported GRE proto(0x%x)\n", ntohs(
grehdr
->protocol));
in gre_pkt_to_tuple()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_flow_dissector.c
39
struct
grehdr
{
struct
263
struct
grehdr
*greh = header;
in build_gre_header()
289
ol4_len = sizeof(struct
grehdr
);
in build_packet()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_flow_dissector.c
39
struct
grehdr
{
struct
263
struct
grehdr
*greh = header;
in build_gre_header()
289
ol4_len = sizeof(struct
grehdr
);
in build_packet()
Completed in 4 milliseconds