| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |

Data Fields | |
| struct simple_fwd_ft_cfg | cfg |
| struct simple_fwd_ft_stats | stats |
| bool | has_age_thread |
| pthread_t | age_thread |
| volatile int | stop_aging_thread |
| uint32_t | fid_ctr |
| void(* | simple_fwd_aging_cb )(struct simple_fwd_ft_user_ctx *ctx) |
| void(* | simple_fwd_aging_hw_cb )(void) |
| struct simple_fwd_ft_bucket | buckets [0] |
Definition at line 60 of file simple_fwd_ft.c.
| pthread_t simple_fwd_ft::age_thread |
Definition at line 64 of file simple_fwd_ft.c.
| struct simple_fwd_ft_bucket simple_fwd_ft::buckets[0] |
Definition at line 69 of file simple_fwd_ft.c.
| struct simple_fwd_ft_cfg simple_fwd_ft::cfg |
Definition at line 56 of file simple_fwd_ft.c.
| uint32_t simple_fwd_ft::fid_ctr |
Definition at line 66 of file simple_fwd_ft.c.
| bool simple_fwd_ft::has_age_thread |
Definition at line 63 of file simple_fwd_ft.c.
| void(* simple_fwd_ft::simple_fwd_aging_cb) (struct simple_fwd_ft_user_ctx *ctx) |
Definition at line 67 of file simple_fwd_ft.c.
| void(* simple_fwd_ft::simple_fwd_aging_hw_cb) (void) |
Definition at line 69 of file simple_fwd_ft.c.
| struct simple_fwd_ft_stats simple_fwd_ft::stats |
Definition at line 56 of file simple_fwd_ft.c.
| volatile int simple_fwd_ft::stop_aging_thread |
Definition at line 65 of file simple_fwd_ft.c.