Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c398 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()
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()
[all …]