DPDK 25.03.0-rc0
rte_table_array.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
3 */
4
5#ifndef __INCLUDE_RTE_TABLE_ARRAY_H__
6#define __INCLUDE_RTE_TABLE_ARRAY_H__
7
15#include <stdint.h>
16
17#include "rte_table.h"
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
26 uint32_t n_entries;
27
30 uint32_t offset;
31};
32
36 uint32_t pos;
37};
38
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif
struct rte_table_ops rte_table_array_ops