Home
last modified time | relevance | path

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

/dpdk/lib/ipsec/
H A Desp_outb.c164 tlen = pdlen + sa->icv_len + sqh_len; in outb_tun_pkt_prepare()
170 tlen = pdlen + sqh_len; in outb_tun_pkt_prepare()
217 pdofs += pdlen + sa->sqh_len; in outb_tun_pkt_prepare()
251 if (sa->sqh_len != 0) { in outb_pkt_xprepare()
319 sa->sqh_len, 0); in esp_outb_tun_prepare()
373 tlen = pdlen + sa->icv_len + sqh_len; in outb_trs_pkt_prepare()
379 tlen = pdlen + sqh_len; in outb_trs_pkt_prepare()
414 pdofs += pdlen + sa->sqh_len; in outb_trs_pkt_prepare()
470 sa->sqh_len, 0); in esp_outb_trs_prepare()
639 mb[i]->pkt_len -= sa->sqh_len; in esp_outb_sqh_process()
[all …]
H A Desp_inb.c19 uint8_t sqh_len);
221 if (sa->sqh_len != 0) in inb_pkt_xprepare()
314 icv_ofs += sa->sqh_len; in inb_prepare()
323 if (sa->aad_len + sa->sqh_len > rte_pktmbuf_tailroom(ml)) in inb_prepare()
335 mb->pkt_len += sa->sqh_len; in inb_prepare()
336 ml->data_len += sa->sqh_len; in inb_prepare()
589 const uint32_t tlen = sa->icv_len + sizeof(espt[0]) + sqh_len; in tun_process()
639 uint32_t sqn[], uint32_t dr[], uint16_t num, uint8_t sqh_len) in trs_process() argument
651 const uint32_t tlen = sa->icv_len + sizeof(espt[0]) + sqh_len; in trs_process()
724 uint16_t num, uint8_t sqh_len, esp_inb_process_t process) in esp_inb_pkt_process() argument
[all …]
H A Dsa.c272 sa->ctp.auth.length = sa->icv_len - sa->sqh_len; in esp_inb_init()
273 sa->cofs.ofs.cipher.tail = sa->sqh_len; in esp_inb_init()
341 sa->iv_len + sa->sqh_len; in esp_outb_init()
473 sa->sqh_len = IS_ESN(sa) ? sizeof(uint32_t) : 0; in esp_sa_init()
713 pf->process = (sa->sqh_len != 0) ? in lksd_none_pkt_func_select()
718 pf->process = (sa->sqh_len != 0) ? in lksd_none_pkt_func_select()
751 pf->process = (sa->sqh_len != 0) ? in cpu_crypto_pkt_func_select()
756 pf->process = (sa->sqh_len != 0) ? in cpu_crypto_pkt_func_select()
H A Dsa.h110 uint8_t sqh_len; member