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:GENEVE_BASE_HLEN
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
geneve.c
34
#define
GENEVE_BASE_HLEN
(sizeof(struct udphdr) + sizeof(struct genevehdr))
macro
35
#define GENEVE_IPV4_HLEN (ETH_HLEN + sizeof(struct iphdr) +
GENEVE_BASE_HLEN
)
36
#define GENEVE_IPV6_HLEN (ETH_HLEN + sizeof(struct ipv6hdr) +
GENEVE_BASE_HLEN
)
349
if (unlikely(!pskb_may_pull(skb,
GENEVE_BASE_HLEN
)))
in geneve_udp_encap_recv()
369
if (iptunnel_pull_header(skb,
GENEVE_BASE_HLEN
+ opts_len,
in geneve_udp_encap_recv()
393
if (!pskb_may_pull(skb, skb_transport_offset(skb) +
GENEVE_BASE_HLEN
))
in geneve_udp_encap_err_lookup()
751
GENEVE_BASE_HLEN
+ info->options_len + ip_hdr_len;
in geneve_build_skb()
1237
dev->max_mtu = IP_MAX_MTU -
GENEVE_BASE_HLEN
- dev->hard_header_len;
in geneve_setup()
1369
encap_len =
GENEVE_BASE_HLEN
+ ETH_HLEN;
in geneve_configure()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
geneve.c
36
#define
GENEVE_BASE_HLEN
(sizeof(struct udphdr) + sizeof(struct genevehdr))
macro
37
#define GENEVE_IPV4_HLEN (ETH_HLEN + sizeof(struct iphdr) +
GENEVE_BASE_HLEN
)
38
#define GENEVE_IPV6_HLEN (ETH_HLEN + sizeof(struct ipv6hdr) +
GENEVE_BASE_HLEN
)
374
if (unlikely(!pskb_may_pull(skb,
GENEVE_BASE_HLEN
)))
in geneve_udp_encap_recv()
399
if (iptunnel_pull_header(skb,
GENEVE_BASE_HLEN
+ opts_len, inner_proto,
in geneve_udp_encap_recv()
422
if (!pskb_may_pull(skb, skb_transport_offset(skb) +
GENEVE_BASE_HLEN
))
in geneve_udp_encap_err_lookup()
781
GENEVE_BASE_HLEN
+ info->options_len + ip_hdr_len;
in geneve_build_skb()
1272
dev->max_mtu = IP_MAX_MTU -
GENEVE_BASE_HLEN
- dev->hard_header_len;
in geneve_setup()
1406
encap_len =
GENEVE_BASE_HLEN
+ ETH_HLEN;
in geneve_configure()
Completed in 7 milliseconds