Searched refs:RTE_MEMPOOL_HEADER_COOKIE1 (Results 1 – 2 of 2) sorted by relevance
1058 if (cookie != RTE_MEMPOOL_HEADER_COOKIE1) { in rte_mempool_check_cookies()1072 hdr->cookie = RTE_MEMPOOL_HEADER_COOKIE1; in rte_mempool_check_cookies()1074 if (cookie != RTE_MEMPOOL_HEADER_COOKIE1 && in rte_mempool_check_cookies()
60 #define RTE_MEMPOOL_HEADER_COOKIE1 0xbadbadbadadd2e55ULL /**< Header cookie. */ macro