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

Data Fields | |
| const struct ip_frag_config * | cfg |
| uint16_t | queue_id |
| struct ip_frag_sw_counters | sw_counters [IP_FRAG_PORT_NUM] |
| struct rte_eth_dev_tx_buffer * | tx_buffer |
| uint64_t | tx_buffer_err |
| struct rte_ip_frag_tbl * | frag_tbl |
| struct rte_mempool * | indirect_pool |
| struct rte_ip_frag_death_row | death_row |
Definition at line 60 of file ip_frag_dp.c.
| const struct ip_frag_config* ip_frag_wt_data::cfg |
Definition at line 61 of file ip_frag_dp.c.
| struct rte_ip_frag_death_row ip_frag_wt_data::death_row |
Definition at line 67 of file ip_frag_dp.c.
| struct rte_ip_frag_tbl* ip_frag_wt_data::frag_tbl |
Definition at line 66 of file ip_frag_dp.c.
| struct rte_mempool* ip_frag_wt_data::indirect_pool |
Definition at line 67 of file ip_frag_dp.c.
| uint16_t ip_frag_wt_data::queue_id |
Definition at line 62 of file ip_frag_dp.c.
| struct ip_frag_sw_counters ip_frag_wt_data::sw_counters[IP_FRAG_PORT_NUM] |
Definition at line 62 of file ip_frag_dp.c.
| struct rte_eth_dev_tx_buffer* ip_frag_wt_data::tx_buffer |
Definition at line 64 of file ip_frag_dp.c.
| uint64_t ip_frag_wt_data::tx_buffer_err |
Definition at line 65 of file ip_frag_dp.c.