DPDK
19.11.14
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
_
c
g
p
r
s
t
+
Variables
b
c
m
r
+
Typedefs
a
c
d
e
h
l
m
p
r
s
u
+
Enumerations
r
+
Enumerator
c
e
f
i
m
r
s
w
+
Macros
_
b
c
d
e
i
l
m
o
p
r
s
t
u
v
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
lib
librte_table
rte_table_stub.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2010-2014 Intel Corporation
3
*/
4
5
#ifndef __INCLUDE_RTE_TABLE_STUB_H__
6
#define __INCLUDE_RTE_TABLE_STUB_H__
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
20
#include <stdint.h>
21
22
#include "
rte_table.h
"
23
27
extern
struct
rte_table_ops
rte_table_stub_ops
;
28
29
#ifdef __cplusplus
30
}
31
#endif
32
33
#endif
rte_table_ops
Definition:
rte_table.h:257
rte_table.h
rte_table_stub_ops
struct rte_table_ops rte_table_stub_ops
Generated by
1.8.13