Searched refs:ipdata_offset (Results 1 – 1 of 1) sorted by relevance
400 uint32_t ipdata_offset, data_len; in l2fwd_simple_crypto_enqueue() local409 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 …]