![]() |
PF_RING API
API documentation for PF_RING: high-speed packet capture, filtering and analysis framework.
|
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 |
| u_int64_t pfring_ft_stats::active_flows |
Number of currently active flows
| u_int64_t pfring_ft_stats::bytes |
Total number of packet bytes
| u_int64_t pfring_ft_stats::disc_no_ip |
Number of packets not processed because L3 header was missing
| u_int64_t pfring_ft_stats::err_no_mem |
Flow creation errors due to memory allocation failures
| u_int64_t pfring_ft_stats::err_no_room |
Flow creation errors due to no room left in the flow table
| u_int64_t pfring_ft_stats::flows |
Number of total flows
| u_int64_t pfring_ft_stats::max_lookup_depth |
Maximum collition list depth during flow lookup
| u_int64_t pfring_ft_stats::packets |
Number of processed packets