DPDK  16.04.0
Public Member Functions | Data Fields
rte_cryptodev_sym_session Struct Reference

#include <rte_cryptodev.h>

Public Member Functions

struct {
   uint8_t   dev_id
   struct rte_mempool *   mp
__rte_aligned (8)

Data Fields

char _private [0]

Detailed Description

Cryptodev symmetric crypto session

Examples:
l2fwd-crypto/main.c.

Definition at line 835 of file rte_cryptodev.h.

Member Function Documentation

struct rte_cryptodev_sym_session::@39 __rte_aligned ( )

Public symmetric session details

Field Documentation

uint8_t dev_id

Device Id

Definition at line 838 of file rte_cryptodev.h.

struct rte_mempool* mp

Crypto Device type session created on Mempool session allocated from

Definition at line 841 of file rte_cryptodev.h.

char _private[0]

Private session material

Definition at line 847 of file rte_cryptodev.h.


The documentation for this struct was generated from the following file: