DPDK  19.11.14
Data Fields
rte_ipsec_group Struct Reference

#include <rte_ipsec_group.h>

Data Fields

union {
id
 
struct rte_mbuf ** m
 
uint32_t cnt
 
int32_t rc
 

Detailed Description

Used to group mbufs by some id. See below for particular usage.

Examples:
examples/ipsec-secgw/ipsec_process.c.

Definition at line 28 of file rte_ipsec_group.h.

Field Documentation

◆ id

union { ... } id

grouped by value

Examples:
examples/ipsec-secgw/ipsec_process.c.

◆ m

struct rte_mbuf** m

start of the group

Examples:
examples/ipsec-secgw/ipsec_process.c.

Definition at line 33 of file rte_ipsec_group.h.

◆ cnt

uint32_t cnt

number of entries in the group

Examples:
examples/ipsec-secgw/ipsec_process.c.

Definition at line 34 of file rte_ipsec_group.h.

◆ rc

int32_t rc

status code associated with the group

Definition at line 35 of file rte_ipsec_group.h.


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