DPDK  24.03.0
Data Fields
rte_pdcp_group Struct Reference

#include <rte_pdcp_group.h>

Data Fields

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

Detailed Description

Group packets belonging to same PDCP entity.

Definition at line 29 of file rte_pdcp_group.h.

Field Documentation

◆ id

union { ... } id

Grouped by value

◆ m

struct rte_mbuf** m

Start of the group

Definition at line 34 of file rte_pdcp_group.h.

◆ cnt

uint32_t cnt

Number of entries in the group

Definition at line 35 of file rte_pdcp_group.h.

◆ rc

int32_t rc

Status code associated with the group

Definition at line 36 of file rte_pdcp_group.h.


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