| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/simple_fwd_vnf/simple_fwd_ft.h>

Public Member Functions | |
| LIST_ENTRY (simple_fwd_ft_entry) next | |
Data Fields | |
| struct simple_fwd_ft_key | key |
| uint64_t | expiration |
| uint32_t | age_sec |
| uint64_t | last_counter |
| uint64_t | sw_ctr |
| uint8_t | hw_off |
| uint16_t | buckets_index |
| struct simple_fwd_ft_user_ctx | user_ctx |
Definition at line 47 of file simple_fwd_ft.h.
| simple_fwd_ft_entry::LIST_ENTRY | ( | simple_fwd_ft_entry | ) |
| uint32_t simple_fwd_ft_entry::age_sec |
Definition at line 51 of file simple_fwd_ft.h.
| uint16_t simple_fwd_ft_entry::buckets_index |
Definition at line 55 of file simple_fwd_ft.h.
| uint64_t simple_fwd_ft_entry::expiration |
Definition at line 50 of file simple_fwd_ft.h.
| uint8_t simple_fwd_ft_entry::hw_off |
Definition at line 54 of file simple_fwd_ft.h.
| struct simple_fwd_ft_key simple_fwd_ft_entry::key |
Definition at line 48 of file simple_fwd_ft.h.
| uint64_t simple_fwd_ft_entry::last_counter |
Definition at line 52 of file simple_fwd_ft.h.
| uint64_t simple_fwd_ft_entry::sw_ctr |
Definition at line 53 of file simple_fwd_ft.h.
| struct simple_fwd_ft_user_ctx simple_fwd_ft_entry::user_ctx |
Definition at line 55 of file simple_fwd_ft.h.