Blog
Community
Development
Documentation
CNDP
22.08.0
Main Page
Related Pages
Data Structures
Data Structures
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
x
Functions
_
c
d
e
f
g
h
i
j
k
l
m
n
p
s
t
u
v
x
Variables
Typedefs
a
b
c
h
i
j
l
m
o
p
s
t
u
v
Enumerations
Enumerator
_
a
c
d
e
j
m
p
r
s
t
u
Macros
_
a
c
d
e
h
i
j
k
l
m
o
p
r
t
u
v
x
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
cnet_meta.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright (c) 2016-2022 Intel Corporation
3
*/
4
5
#ifndef __CNET_META_H
6
#define __CNET_META_H
7
13
#include <
cnet_ip_common.h
>
14
#include <
cne_inet.h
>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
struct
cnet_metadata {
21
struct
in_caddr
faddr
;
22
struct
in_caddr
laddr
;
23
24
CNE_MARKER
end_metadata;
25
}
__cne_cache_aligned
;
27
#ifdef __cplusplus
28
}
29
#endif
30
31
#endif
/* __CNET_META_H */
CNE_MARKER
__extension__ typedef void * CNE_MARKER[0]
Definition:
cne_common.h:385
cne_inet.h
cnet_ip_common.h
__cne_cache_aligned
struct cnet_metadata __cne_cache_aligned
faddr
struct in_caddr faddr
Definition:
cnet_pcb.h:0
laddr
struct in_caddr laddr
Definition:
cnet_pcb.h:1
lib
cnet
incs
cnet_meta.h
Generated by
1.9.1