logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_pdcp_t_reordering

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_pdcp_t_reordering(3)

Detailed Description

       PDCP t-Reordering timer interface

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

       Definition at line 102 of file rte_pdcp.h.

Field Documentation

void*timer
       Timer pointer, to be used in callback functions.

       Definition at line 104 of file rte_pdcp.h.

   void*args
       Timer arguments, to be used in callback functions.

       Definition at line 106 of file rte_pdcp.h.

   rte_pdcp_t_reordering_start_cb_tstart
       Timer start callback handle.

       Definition at line 108 of file rte_pdcp.h.

   rte_pdcp_t_reordering_stop_cb_tstop
       Timer stop callback handle.

       Definition at line 110 of file rte_pdcp.h.

Name

       rte_pdcp_t_reordering

Synopsis

       #include <rte_pdcp.h>

   DataFields
       void * timer
       void * argsrte_pdcp_t_reordering_start_cb_tstartrte_pdcp_t_reordering_stop_cb_tstop

See Also