PF_RING API
API documentation for PF_RING: high-speed packet capture, filtering and analysis framework.
Loading...
Searching...
No Matches
pfring_ft_stats Struct Reference

Public Attributes

u_int64_t active_flows
 
u_int64_t flows
 
u_int64_t err_no_room
 
u_int64_t err_no_mem
 
u_int64_t disc_no_ip
 
u_int64_t max_lookup_depth
 
u_int64_t packets
 
u_int64_t bytes
 

Member Data Documentation

◆ active_flows

u_int64_t pfring_ft_stats::active_flows

Number of currently active flows

◆ bytes

u_int64_t pfring_ft_stats::bytes

Total number of packet bytes

◆ disc_no_ip

u_int64_t pfring_ft_stats::disc_no_ip

Number of packets not processed because L3 header was missing

◆ err_no_mem

u_int64_t pfring_ft_stats::err_no_mem

Flow creation errors due to memory allocation failures

◆ err_no_room

u_int64_t pfring_ft_stats::err_no_room

Flow creation errors due to no room left in the flow table

◆ flows

u_int64_t pfring_ft_stats::flows

Number of total flows

◆ max_lookup_depth

u_int64_t pfring_ft_stats::max_lookup_depth

Maximum collition list depth during flow lookup

◆ packets

u_int64_t pfring_ft_stats::packets

Number of processed packets


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