Blog
Community
Development
Documentation
CNDP
22.08.0
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