Home
last modified time | relevance | path

Searched refs:pktmbuf_mtod_offset (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c422 sym_op->auth.digest.data = pktmbuf_mtod_offset in test_blockcipher_one_case()
429 sym_op->auth.digest.data = pktmbuf_mtod_offset in test_blockcipher_one_case()
562 uint8_t *auth_res = pktmbuf_mtod_offset(iobuf, in test_blockcipher_one_case()
H A Dtest_cryptodev.h132 pktmbuf_mtod_offset(struct rte_mbuf *mbuf, int offset) { in pktmbuf_mtod_offset() function