xref: /dpdk/lib/pdcp/version.map (revision f381ac0f35944c997784753d43eebc8cdf4ddc50)
1EXPERIMENTAL {
2	global:
3
4	# added in 23.07
5	rte_pdcp_control_pdu_create;
6	rte_pdcp_en_from_cop;
7	rte_pdcp_entity_establish;
8	rte_pdcp_entity_release;
9	rte_pdcp_entity_suspend;
10	rte_pdcp_pkt_post_process;
11	rte_pdcp_pkt_pre_process;
12	rte_pdcp_pkt_crypto_group;
13	rte_pdcp_t_reordering_expiry_handle;
14
15	local: *;
16};
17