Home
last modified time | relevance | path

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

/dpdk/lib/ipsec/
H A Desp_inb.c282 uint32_t clen, icv_len, icv_ofs, plen; in inb_prepare() local
296 icv_ofs = mb->pkt_len - icv_len; in inb_prepare()
298 ml = mbuf_get_seg_ofs(mb, &icv_ofs); in inb_prepare()
304 if (ml->data_len < icv_ofs + icv_len) { in inb_prepare()
306 ml = move_icv(ml, icv_ofs); in inb_prepare()
311 icv_ofs = 0; in inb_prepare()
314 icv_ofs += sa->sqh_len; in inb_prepare()
326 icv->va = rte_pktmbuf_mtod_offset(ml, void *, icv_ofs); in inb_prepare()
327 icv->pa = rte_pktmbuf_iova_offset(ml, icv_ofs); in inb_prepare()