Searched refs:RTE_MEMPOOL_HEADER_COOKIE2 (Results 1 – 2 of 2) sorted by relevance
169 hdr->cookie = RTE_MEMPOOL_HEADER_COOKIE2; in mempool_add_elem()1064 hdr->cookie = RTE_MEMPOOL_HEADER_COOKIE2; in rte_mempool_check_cookies()1066 if (cookie != RTE_MEMPOOL_HEADER_COOKIE2) { in rte_mempool_check_cookies()1075 cookie != RTE_MEMPOOL_HEADER_COOKIE2) { in rte_mempool_check_cookies()
61 #define RTE_MEMPOOL_HEADER_COOKIE2 0xf2eef2eedadd2e55ULL /**< Header cookie. */ macro