FD.io VPP
v21.01
Vector Packet Processing
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
b
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Functions
d
f
g
l
m
n
o
p
t
v
Variables
Typedefs
Enumerations
Enumerator
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
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
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
c
e
g
h
k
m
n
o
r
s
+
Related Functions
c
d
e
h
i
m
o
p
r
s
v
+
Source
Files
+
Symbols
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
tracedump.h
Go to the documentation of this file.
1
2
/*
3
* tracedump.h - skeleton vpp engine plug-in header file
4
*
5
* Copyright (c) <current-year> <your-organization>
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
* you may not use this file except in compliance with the License.
8
* You may obtain a copy of the License at:
9
*
10
* http://www.apache.org/licenses/LICENSE-2.0
11
*
12
* Unless required by applicable law or agreed to in writing, software
13
* distributed under the License is distributed on an "AS IS" BASIS,
14
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
* See the License for the specific language governing permissions and
16
* limitations under the License.
17
*/
18
#ifndef __included_tracedump_h__
19
#define __included_tracedump_h__
20
21
#include <
vnet/vnet.h
>
22
#include <
vnet/ip/ip.h
>
23
#include <
vnet/ethernet/ethernet.h
>
24
25
#include <
vppinfra/hash.h
>
26
#include <
vppinfra/error.h
>
27
28
typedef
struct
29
{
30
/* API message ID base */
31
u16
msg_id_base
;
32
33
/*
34
* cached reply data
35
* traces [client_id][thread_id][trace]
36
*/
37
vlib_trace_header_t
****
traces
;
38
39
/* convenience */
40
vlib_main_t
*
vlib_main
;
41
vnet_main_t
*
vnet_main
;
42
ethernet_main_t
*
ethernet_main
;
43
}
tracedump_main_t
;
44
45
extern
tracedump_main_t
tracedump_main
;
46
47
#endif
/* __included_tracedump_h__ */
48
49
/*
50
* fd.io coding-style-patch-verification: ON
51
*
52
* Local Variables:
53
* eval: (c-set-style "gnu")
54
* End:
55
*/
tracedump_main_t::vlib_main
vlib_main_t * vlib_main
Definition:
tracedump.h:40
tracedump_main
tracedump_main_t tracedump_main
Definition:
tracedump.c:34
ethernet_main_t_
Definition:
ethernet.h:289
ip.h
vlib_trace_header_t
Definition:
trace.h:45
hash.h
tracedump_main_t::traces
vlib_trace_header_t **** traces
Definition:
tracedump.h:37
tracedump_main_t::vnet_main
vnet_main_t * vnet_main
Definition:
tracedump.h:41
ethernet.h
u16
unsigned short u16
Definition:
types.h:57
vnet.h
tracedump_main_t::ethernet_main
ethernet_main_t * ethernet_main
Definition:
tracedump.h:42
vnet_main_t
Definition:
vnet.h:60
tracedump_main_t::msg_id_base
u16 msg_id_base
Definition:
tracedump.h:31
vlib_main_t
Definition:
main.h:119
error.h
tracedump_main_t
Definition:
tracedump.h:28
src
plugins
tracedump
tracedump.h
Generated on Wed Jan 27 2021 16:52:40 for FD.io VPP by
1.8.13