DPDK
22.07.0
Main Page
Related Pages
+
Data Structures
Data Structures
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
c
g
r
+
Variables
a
c
d
e
l
n
r
s
+
Typedefs
a
c
d
e
h
l
m
p
r
s
t
+
Enumerations
d
r
+
Enumerator
c
e
f
r
s
w
+
Macros
_
b
c
e
i
l
m
o
p
r
s
t
u
v
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
lib
net
rte_esp.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright 2016 Mellanox Technologies, Ltd
3
*/
4
5
#ifndef _RTE_ESP_H_
6
#define _RTE_ESP_H_
7
14
#include <
rte_byteorder.h
>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
23
struct
rte_esp_hdr
{
24
rte_be32_t
spi
;
25
rte_be32_t
seq
;
26
}
__rte_packed
;
27
31
struct
rte_esp_tail
{
32
uint8_t
pad_len
;
33
uint8_t
next_proto
;
34
}
__rte_packed
;
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
/* RTE_ESP_H_ */
__rte_packed
#define __rte_packed
Definition:
rte_common.h:86
rte_byteorder.h
rte_esp_hdr::seq
rte_be32_t seq
Definition:
rte_esp.h:25
rte_be32_t
uint32_t rte_be32_t
Definition:
rte_byteorder.h:111
rte_esp_hdr::spi
rte_be32_t spi
Definition:
rte_esp.h:24
rte_esp_tail::pad_len
uint8_t pad_len
Definition:
rte_esp.h:32
rte_esp_hdr
Definition:
rte_esp.h:23
rte_esp_tail
Definition:
rte_esp.h:31
rte_esp_tail::next_proto
uint8_t next_proto
Definition:
rte_esp.h:33
Generated by
1.8.13