FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
udp_ping_flow Struct Reference

udp-ping flow data. More...

+ Collaboration diagram for udp_ping_flow:

Data Fields

f64 next_send_time
 Time at which next udp-ping probe has to be sent out. More...
 
u16 interval
 Interval for which ping packet to be sent. More...
 
u16 reserve [3]
 
u16 start_src_port
 Defines start port of the src port range. More...
 
u16 end_src_port
 Defines end port of the src port range. More...
 
u16 start_dst_port
 Defines start port of the dest port range. More...
 
u16 end_dst_port
 Defines end port of the dest port range. More...
 
udp_ping_flow_datastats
 Ping statistics. More...
 

Detailed Description

udp-ping flow data.

Note
cache aligned.

Definition at line 56 of file udp_ping.h.

Field Documentation

u16 udp_ping_flow::end_dst_port

Defines end port of the dest port range.

Definition at line 76 of file udp_ping.h.

u16 udp_ping_flow::end_src_port

Defines end port of the src port range.

Definition at line 70 of file udp_ping.h.

u16 udp_ping_flow::interval

Interval for which ping packet to be sent.

Definition at line 62 of file udp_ping.h.

f64 udp_ping_flow::next_send_time

Time at which next udp-ping probe has to be sent out.

Definition at line 59 of file udp_ping.h.

u16 udp_ping_flow::reserve[3]

Definition at line 64 of file udp_ping.h.

u16 udp_ping_flow::start_dst_port

Defines start port of the dest port range.

Definition at line 73 of file udp_ping.h.

u16 udp_ping_flow::start_src_port

Defines start port of the src port range.

Definition at line 67 of file udp_ping.h.

udp_ping_flow_data* udp_ping_flow::stats

Ping statistics.

Definition at line 79 of file udp_ping.h.


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