![]() |
FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
Collaboration diagram for flowprobe_entry_t:Data Fields | |
| flowprobe_key_t | key |
| u64 | packetcount |
| u64 | octetcount |
| timestamp_nsec_t | flow_start |
| timestamp_nsec_t | flow_end |
| f64 | last_updated |
| f64 | last_exported |
| u32 | passive_timer_handle |
| union { | |
| struct { | |
| u16 flags | |
| } tcp | |
| } | prot |
Definition at line 97 of file flowprobe.h.
| u16 flowprobe_entry_t::flags |
Definition at line 111 of file flowprobe.h.
| timestamp_nsec_t flowprobe_entry_t::flow_end |
Definition at line 103 of file flowprobe.h.
| timestamp_nsec_t flowprobe_entry_t::flow_start |
Definition at line 102 of file flowprobe.h.
| flowprobe_key_t flowprobe_entry_t::key |
Definition at line 99 of file flowprobe.h.
| f64 flowprobe_entry_t::last_exported |
Definition at line 105 of file flowprobe.h.
| f64 flowprobe_entry_t::last_updated |
Definition at line 104 of file flowprobe.h.
| u64 flowprobe_entry_t::octetcount |
Definition at line 101 of file flowprobe.h.
| u64 flowprobe_entry_t::packetcount |
Definition at line 100 of file flowprobe.h.
| u32 flowprobe_entry_t::passive_timer_handle |
Definition at line 106 of file flowprobe.h.
| union { ... } flowprobe_entry_t::prot |
| struct { ... } flowprobe_entry_t::tcp |