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;
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 #endif /* __CNET_META_H */
__extension__ typedef void * CNE_MARKER[0]
Definition: cne_common.h:385
struct cnet_metadata __cne_cache_aligned
struct in_caddr faddr
Definition: cnet_pcb.h:0
struct in_caddr laddr
Definition: cnet_pcb.h:1