Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ipsec/
H A Desp_inb.c223 uint32_t clen, icv_len, icv_ofs, plen; in inb_prepare() local
237 icv_ofs = mb->pkt_len - icv_len; in inb_prepare()
239 ml = mbuf_get_seg_ofs(mb, &icv_ofs); in inb_prepare()
245 if (ml->data_len < icv_ofs + icv_len) { in inb_prepare()
247 ml = move_icv(ml, icv_ofs); in inb_prepare()
252 icv_ofs = 0; in inb_prepare()
255 icv_ofs += sa->sqh_len; in inb_prepare()
267 icv->va = rte_pktmbuf_mtod_offset(ml, void *, icv_ofs); in inb_prepare()
268 icv->pa = rte_pktmbuf_iova_offset(ml, icv_ofs); in inb_prepare()