Lines Matching refs:hlen
254 struct rte_mbuf *mb, uint32_t hlen, rte_be64_t *sqc) in inb_get_sqn() argument
260 esph = rte_pktmbuf_mtod_offset(mb, struct rte_esp_hdr *, hlen); in inb_get_sqn()
280 uint32_t hlen, union sym_op_data *icv) in inb_prepare() argument
287 plen = plen - hlen; in inb_prepare()
343 struct rte_mbuf *mb, uint32_t hlen, union sym_op_data *icv) in inb_pkt_prepare() argument
348 rc = inb_get_sqn(sa, rsn, mb, hlen, &sqn); in inb_pkt_prepare()
352 rc = inb_prepare(sa, mb, hlen, icv); in inb_pkt_prepare()
414 struct rte_esp_tail *espt, uint32_t *hlen, uint32_t *tofs) in process_step1() argument
420 hlen[0] = mb->l2_len + mb->l3_len; in process_step1()
459 uint32_t *tofs, struct rte_esp_tail espt, uint32_t hlen, uint32_t tlen) in trs_process_check() argument
462 tlen + hlen > mb->pkt_len) in trs_process_check()
482 uint32_t *tofs, struct rte_esp_tail espt, uint32_t hlen, uint32_t tlen, in tun_process_check() argument
485 return (trs_process_check(mb, ml, tofs, espt, hlen, tlen) || in tun_process_check()
497 tun_process_step2(struct rte_mbuf *mb, struct rte_mbuf *ml, uint32_t hlen, in tun_process_step2() argument
503 ph = rte_pktmbuf_mtod_offset(mb, const struct rte_esp_hdr *, hlen); in tun_process_step2()
521 trs_process_step2(struct rte_mbuf *mb, struct rte_mbuf *ml, uint32_t hlen, in trs_process_step2() argument
530 np = tun_process_step2(mb, ml, hlen, adj, tofs, tlen, sqn); in trs_process_step2()
533 remove_esph(np, op, hlen); in trs_process_step2()