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
pipeline
rte_swx_extern.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2020 Intel Corporation
3
*/
4
#ifndef __INCLUDE_RTE_SWX_EXTERN_H__
5
#define __INCLUDE_RTE_SWX_EXTERN_H__
6
16
#include <stdint.h>
17
18
/*
19
* Extern type
20
*/
21
30
typedef
void
*
31
(*rte_swx_extern_type_constructor_t)(
const
char
*args);
32
39
typedef
void
40
(*
rte_swx_extern_type_destructor_t
)(
void
*object);
41
64
typedef
int
65
(*
rte_swx_extern_type_member_func_t
)(
void
*object,
void
*mailbox);
66
67
/*
68
* Extern function
69
*/
70
87
typedef
int
88
(*
rte_swx_extern_func_t
)(
void
*mailbox);
89
90
#endif
rte_swx_extern_type_destructor_t
void(* rte_swx_extern_type_destructor_t)(void *object)
Definition:
rte_swx_extern.h:40
rte_swx_extern_func_t
int(* rte_swx_extern_func_t)(void *mailbox)
Definition:
rte_swx_extern.h:88
rte_swx_extern_type_member_func_t
int(* rte_swx_extern_type_member_func_t)(void *object, void *mailbox)
Definition:
rte_swx_extern.h:65
Generated by
1.9.4