Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-crypto/
H A Dmain.c400 uint32_t ipdata_offset, data_len; in l2fwd_simple_crypto_enqueue() local
409 ipdata_offset = sizeof(struct rte_ether_hdr); in l2fwd_simple_crypto_enqueue()
412 ipdata_offset); in l2fwd_simple_crypto_enqueue()
481 uint8_t *) + ipdata_offset + data_len; in l2fwd_simple_crypto_enqueue()
491 op->sym->auth.data.offset = ipdata_offset << 3; in l2fwd_simple_crypto_enqueue()
494 op->sym->auth.data.offset = ipdata_offset; in l2fwd_simple_crypto_enqueue()
513 op->sym->cipher.data.offset = ipdata_offset; in l2fwd_simple_crypto_enqueue()
533 op->sym->aead.data.offset = ipdata_offset; in l2fwd_simple_crypto_enqueue()
542 uint8_t *) + ipdata_offset + data_len; in l2fwd_simple_crypto_enqueue()
633 ipdata_offset); in l2fwd_simple_forward()
[all …]