![]() |
FD.io VPP
v17.04-9-g99c0734
Vector Packet Processing
|
flow-per-packet plugin header file More...
Include dependency graph for flowperpkt.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | flowperpkt_main_t |
Enumerations | |
| enum | flowperpkt_variant_t { FLOW_VARIANT_IPV4, FLOW_VARIANT_L2, FLOW_N_VARIANTS } |
Functions | |
| void | flowperpkt_flush_callback_ipv4 (void) |
| void | flowperpkt_flush_callback_l2 (void) |
Variables | |
| flowperpkt_main_t | flowperpkt_main |
| vlib_node_registration_t | flowperpkt_ipv4_node |
| IPFIX ipv4 flow-per-packet graph node. More... | |
flow-per-packet plugin header file
Definition in file flowperpkt.h.
| enum flowperpkt_variant_t |
| Enumerator | |
|---|---|
| FLOW_VARIANT_IPV4 | |
| FLOW_VARIANT_L2 | |
| FLOW_N_VARIANTS | |
Definition at line 68 of file flowperpkt.h.
| void flowperpkt_flush_callback_ipv4 | ( | void | ) |
| void flowperpkt_flush_callback_l2 | ( | void | ) |
| vlib_node_registration_t flowperpkt_ipv4_node |
IPFIX ipv4 flow-per-packet graph node.
flowperpkt-ipv4 This is the IPFIX flow-record-per-packet node.
| vm | vlib_main_t corresponding to the current thread. |
| node | vlib_node_runtime_t data for this node. |
| frame | vlib_frame_t whose contents should be dispatched. |
Uses:
vnet_buffer(b)->ip.save_rewrite_lengthvnet_buffer(b)->flags & VLIB_BUFFER_FLOW_REPORTSets:
vnet_buffer(b)->flags & VLIB_BUFFER_FLOW_REPORTNext Index:
| flowperpkt_main_t flowperpkt_main |
Definition at line 54 of file flowperpkt.c.