Lines Matching refs:buf_oop

7945 	struct rte_mbuf *buf, *buf_oop = NULL;  in test_pdcp_proto_SGL()  local
7987 buf_oop = ut_params->obuf; in test_pdcp_proto_SGL()
8023 buf_oop->next = in test_pdcp_proto_SGL()
8025 buf_oop = buf_oop->next; in test_pdcp_proto_SGL()
8026 memset(rte_pktmbuf_mtod(buf_oop, uint8_t *), in test_pdcp_proto_SGL()
8027 0, rte_pktmbuf_tailroom(buf_oop)); in test_pdcp_proto_SGL()
8028 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
8056 buf_oop->next = in test_pdcp_proto_SGL()
8058 buf_oop = buf_oop->next; in test_pdcp_proto_SGL()
8059 memset(rte_pktmbuf_mtod(buf_oop, uint8_t *), in test_pdcp_proto_SGL()
8060 0, rte_pktmbuf_tailroom(buf_oop)); in test_pdcp_proto_SGL()
8061 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
12346 struct rte_mbuf *buf, *buf_oop = NULL, *buf_last_oop = NULL; in test_authenticated_encryption_SGL() local
12433 buf_oop = ut_params->obuf; in test_authenticated_encryption_SGL()
12480 buf_last_oop = buf_oop->next = in test_authenticated_encryption_SGL()
12482 buf_oop = buf_oop->next; in test_authenticated_encryption_SGL()
12483 memset(rte_pktmbuf_mtod(buf_oop, uint8_t *), in test_authenticated_encryption_SGL()
12484 0, rte_pktmbuf_tailroom(buf_oop)); in test_authenticated_encryption_SGL()
12485 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
12497 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()
12534 buf_last_oop = buf_oop->next = in test_authenticated_encryption_SGL()
12536 buf_oop = buf_oop->next; in test_authenticated_encryption_SGL()
12537 memset(rte_pktmbuf_mtod(buf_oop, uint8_t *), in test_authenticated_encryption_SGL()
12538 0, rte_pktmbuf_tailroom(buf_oop)); in test_authenticated_encryption_SGL()
12539 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
12544 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()