structrte_mempool_objhdr { STAILQ_ENTRY(rte_mempool_objhdr) next;/**< Next in list.*/structrte_mempool *mp;/**< The mempool owning the object.*/RTE_STD_C11 union { rte_iova_t iova;/**< IO address of the object.*/phys_addr_t physaddr;/**< deprecated - Physical address of th...
*/ RTE_STD_C11 union { uint32_t packet_type; /**< L2/L3/L4 and tunnel information. */ struct { uint32_t l2_type:4; /**< (Outer) L2 type. */ uint32_t l3_type:4; /**< (Outer) L3 type. */ uint32_t l4_type:4; /**< (Outer) L4 type. */ uint32_t tun_type:4;...
RTE_STD_C11 union { uint32_t packet_type; /**< L2/L3/L4 and tunnel information. */ struct { uint32_t l2_type:4; /**< (Outer) L2 type. */ uint32_t l3_type:4; /**< (Outer) L3 type. */ uint32_t l4_type:4; /**< (Outer) L4 type. */ uint32_t tun_type:4; /*...
rte_memzone_reserve_thread_safe (name=0xba6358"memzone", len=8, socket_id=-1, flags=0, align=128, bound=0) at/data1/dpdk-19.11/lib/librte_eal/common/eal_common_memzone.c:192192conststructrte_memzone *mz =NULL; (gdb) list187staticconststructrte_memzone *188rte_memzone_reserve_thread_...