DPDK  24.03.0
Data Fields
rte_pdcp_t_reordering Struct Reference

#include <rte_pdcp.h>

Data Fields

void * timer
 
void * args
 
rte_pdcp_t_reordering_start_cb_t start
 
rte_pdcp_t_reordering_stop_cb_t stop
 

Detailed Description

PDCP t-Reordering timer interface

Configuration provided by user, that PDCP library will invoke according to timer behaviour.

Definition at line 106 of file rte_pdcp.h.

Field Documentation

◆ timer

void* timer

Timer pointer, to be used in callback functions.

Definition at line 108 of file rte_pdcp.h.

◆ args

void* args

Timer arguments, to be used in callback functions.

Definition at line 110 of file rte_pdcp.h.

◆ start

Timer start callback handle.

Definition at line 112 of file rte_pdcp.h.

◆ stop

Timer stop callback handle.

Definition at line 114 of file rte_pdcp.h.


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