DPDK  /usr/bin/make-f/build/dpdk-zboOyB/dpdk-16.07/mk/rte.sdkconfig.mkshowversion
Public Member Functions | Data Fields
rte_cryptodev_sym_session Struct Reference

#include <rte_cryptodev.h>

+ Collaboration diagram for rte_cryptodev_sym_session:

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 751 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 753 of file rte_cryptodev.h.

struct rte_mempool* mp

Crypto Device type session created on Mempool session allocated from

Definition at line 757 of file rte_cryptodev.h.

char _private[0]

Private session material

Definition at line 762 of file rte_cryptodev.h.


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