Lines Matching refs:buf_oop

8550 	struct rte_mbuf *buf, *buf_oop = NULL;  in test_pdcp_proto_SGL()  local
8603 buf_oop = ut_params->obuf; in test_pdcp_proto_SGL()
8639 buf_oop->next = in test_pdcp_proto_SGL()
8641 buf_oop = buf_oop->next; in test_pdcp_proto_SGL()
8642 memset(rte_pktmbuf_mtod(buf_oop, uint8_t *), in test_pdcp_proto_SGL()
8643 0, rte_pktmbuf_tailroom(buf_oop)); in test_pdcp_proto_SGL()
8644 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
8672 buf_oop->next = in test_pdcp_proto_SGL()
8674 buf_oop = buf_oop->next; in test_pdcp_proto_SGL()
8675 memset(rte_pktmbuf_mtod(buf_oop, uint8_t *), in test_pdcp_proto_SGL()
8676 0, rte_pktmbuf_tailroom(buf_oop)); in test_pdcp_proto_SGL()
8677 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
14285 struct rte_mbuf *buf, *buf_oop = NULL, *buf_last_oop = NULL; in test_authenticated_encryption_SGL() local
14372 buf_oop = ut_params->obuf; in test_authenticated_encryption_SGL()
14419 buf_last_oop = buf_oop->next = in test_authenticated_encryption_SGL()
14421 buf_oop = buf_oop->next; in test_authenticated_encryption_SGL()
14422 memset(rte_pktmbuf_mtod(buf_oop, uint8_t *), in test_authenticated_encryption_SGL()
14423 0, rte_pktmbuf_tailroom(buf_oop)); in test_authenticated_encryption_SGL()
14424 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
14436 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()
14473 buf_last_oop = buf_oop->next = in test_authenticated_encryption_SGL()
14475 buf_oop = buf_oop->next; in test_authenticated_encryption_SGL()
14476 memset(rte_pktmbuf_mtod(buf_oop, uint8_t *), in test_authenticated_encryption_SGL()
14477 0, rte_pktmbuf_tailroom(buf_oop)); in test_authenticated_encryption_SGL()
14478 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
14483 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()