DPDK
25.03.0
Toggle main menu visibility
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
o
p
r
s
t
u
v
w
Functions
_
g
r
t
Variables
c
r
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
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
19
struct
__rte_packed_begin
rte_esp_hdr
{
20
rte_be32_t
spi
;
21
rte_be32_t
seq
;
22
} __rte_packed_end;
23
27
struct
__rte_packed_begin
rte_esp_tail
{
28
uint8_t
pad_len
;
29
uint8_t
next_proto
;
30
} __rte_packed_end;
31
32
#endif
/* RTE_ESP_H_ */
rte_byteorder.h
rte_be32_t
uint32_t rte_be32_t
Definition:
rte_byteorder.h:117
__rte_packed_begin
#define __rte_packed_begin
Definition:
rte_common.h:124
rte_esp_hdr
Definition:
rte_esp.h:19
rte_esp_hdr::seq
rte_be32_t seq
Definition:
rte_esp.h:21
rte_esp_hdr::spi
rte_be32_t spi
Definition:
rte_esp.h:20
rte_esp_tail
Definition:
rte_esp.h:27
rte_esp_tail::pad_len
uint8_t pad_len
Definition:
rte_esp.h:28
rte_esp_tail::next_proto
uint8_t next_proto
Definition:
rte_esp.h:29
Generated by
1.9.4