> +struct rte_pdcp_t_reordering { > + /** Timer pointer, stored for later use in callback functions */ > + void *timer; > + /** Timer arguments, stored for later use in callback functions */ > + void *args; > + /** Timer start callback handle */ > + rte_pdcp_t_reordering_start_cb_t start; > + /** Timer start callback handle */
start->stop > + rte_pdcp_t_reordering_stop_cb_t stop; > +}; > +