DPDK  17.05.2
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

__extension__ char _private [0]

Detailed Description

Cryptodev symmetric crypto session

Examples:
examples/l2fwd-crypto/main.c.

Definition at line 869 of file rte_cryptodev.h.

Member Function Documentation

RTE_STD_C11 struct rte_cryptodev_sym_session::@36 __rte_aligned ( )

Public symmetric session details

Field Documentation

uint8_t dev_id

Device Id

Definition at line 873 of file rte_cryptodev.h.

struct rte_mempool* mp

Crypto Device type session created on Mempool session allocated from

Definition at line 876 of file rte_cryptodev.h.

__extension__ char _private[0]

Private session material

Definition at line 882 of file rte_cryptodev.h.


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