structrte_security_pdcp_xformpdcp_xfrm
PDCP transform for the entity.
Definition at line 120 of file rte_pdcp.h.
structrte_crypto_sym_xform*crypto_xfrm
Crypto transform applicable for the entity.
Definition at line 122 of file rte_pdcp.h.
structrte_mempool*sess_mpool
Mempool for crypto symmetric session.
Definition at line 124 of file rte_pdcp.h.
structrte_mempool*cop_pool
Crypto op pool.
Definition at line 126 of file rte_pdcp.h.
structrte_mempool*ctrl_pdu_pool
Mbuf pool to be used for allocating control PDUs.
Definition at line 128 of file rte_pdcp.h.
uint32_tsn
Sequence number value to be used. 32 bit count value to be used for the first packet would be derived
based on HFN (rte_security_pdcp_xform.hfn)andSN.
Definition at line 134 of file rte_pdcp.h.
boolis_slrb
Indicate whether the PDCP entity belongs to Side Link Radio Bearer.
Definition at line 136 of file rte_pdcp.h.
boolen_sec_offload
Enable security offload on the device specified.
Definition at line 138 of file rte_pdcp.h.
uint8_tdev_id
Device on which security/crypto session need to be created.
Definition at line 140 of file rte_pdcp.h.
boolreverse_iv_direction
Reverse direction during IV generation. Can be used to simulate UE crypto processing.
Definition at line 145 of file rte_pdcp.h.
boolstatus_report_required
Status report required (specified in TS 38.331).
If PDCP entity is configured to send a PDCP status report, the upper layer application may request a
receiving PDCP entity to generate a PDCP status report using rte_pdcp_control_pdu_create. In addition,
PDCP status reports may be generated during operations such as entity re-establishment.
Definition at line 155 of file rte_pdcp.h.
boolout_of_order_delivery
Enable out of order delivery.
Definition at line 157 of file rte_pdcp.h.
structrte_pdcp_t_reorderingt_reordering
t-Reordering timer configuration.
Definition at line 159 of file rte_pdcp.h.