FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
flowprobe_entry_t Struct Reference
+ 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
 

Detailed Description

Definition at line 97 of file flowprobe.h.

Field Documentation

◆ flags

u16 flowprobe_entry_t::flags

Definition at line 111 of file flowprobe.h.

◆ flow_end

timestamp_nsec_t flowprobe_entry_t::flow_end

Definition at line 103 of file flowprobe.h.

◆ flow_start

timestamp_nsec_t flowprobe_entry_t::flow_start

Definition at line 102 of file flowprobe.h.

◆ key

flowprobe_key_t flowprobe_entry_t::key

Definition at line 99 of file flowprobe.h.

◆ last_exported

f64 flowprobe_entry_t::last_exported

Definition at line 105 of file flowprobe.h.

◆ last_updated

f64 flowprobe_entry_t::last_updated

Definition at line 104 of file flowprobe.h.

◆ octetcount

u64 flowprobe_entry_t::octetcount

Definition at line 101 of file flowprobe.h.

◆ packetcount

u64 flowprobe_entry_t::packetcount

Definition at line 100 of file flowprobe.h.

◆ passive_timer_handle

u32 flowprobe_entry_t::passive_timer_handle

Definition at line 106 of file flowprobe.h.

◆ prot

union { ... } flowprobe_entry_t::prot

◆ tcp

struct { ... } flowprobe_entry_t::tcp

The documentation for this struct was generated from the following file: