Searched refs:header_pool (Results 1 – 2 of 2) sorted by relevance
120 static struct rte_mempool *packet_pool, *header_pool, *clone_pool; variable240 if (unlikely ((hdr = rte_pktmbuf_alloc(header_pool)) == NULL)) in mcast_out_pkt()657 header_pool = rte_pktmbuf_pool_create("header_pool", NB_HDR_MBUF, 32, in main()660 if (header_pool == NULL) in main()
104 header_pool = rte_pktmbuf_pool_create("header_pool", NB_HDR_MBUF, 32,298 if (unlikely ((hdr = rte_pktmbuf_alloc(header_pool)) == NULL))