Lines Matching refs:ipdata_offset
398 uint32_t ipdata_offset, data_len; in l2fwd_simple_crypto_enqueue() local
407 ipdata_offset = sizeof(struct rte_ether_hdr); in l2fwd_simple_crypto_enqueue()
410 ipdata_offset); in l2fwd_simple_crypto_enqueue()
412 ipdata_offset += (ip_hdr->version_ihl & RTE_IPV4_HDR_IHL_MASK) in l2fwd_simple_crypto_enqueue()
417 data_len = rte_pktmbuf_data_len(m) - ipdata_offset; in l2fwd_simple_crypto_enqueue()
473 uint8_t *) + ipdata_offset + data_len; in l2fwd_simple_crypto_enqueue()
483 op->sym->auth.data.offset = ipdata_offset << 3; in l2fwd_simple_crypto_enqueue()
486 op->sym->auth.data.offset = ipdata_offset; in l2fwd_simple_crypto_enqueue()
502 op->sym->cipher.data.offset = ipdata_offset << 3; in l2fwd_simple_crypto_enqueue()
505 op->sym->cipher.data.offset = ipdata_offset; in l2fwd_simple_crypto_enqueue()
525 op->sym->aead.data.offset = ipdata_offset; in l2fwd_simple_crypto_enqueue()
534 uint8_t *) + ipdata_offset + data_len; in l2fwd_simple_crypto_enqueue()