DOKK / manpages / debian 13 / dpdk-doc / rte_cryptodev_cb.3.en
rte_cryptodev_cb(3) Library Functions Manual rte_cryptodev_cb(3)

rte_cryptodev_cb

#include <rte_cryptodev.h>


struct rte_cryptodev_cb * next
rte_cryptodev_callback_fn fn
void * arg

Structure used to hold information about the callbacks to be called for a queue pair on enqueue/dequeue.

Definition at line 1047 of file rte_cryptodev.h.

Pointer to next callback

Definition at line 1048 of file rte_cryptodev.h.

rte_cryptodev_callback_fn fn

Pointer to callback function

Definition at line 1050 of file rte_cryptodev.h.

void* arg

Pointer to argument

Definition at line 1052 of file rte_cryptodev.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK