xref: /dpdk/lib/pdump/version.map (revision cb9187bc5c2b4bab0ad80194ac3b60491de14e8c)
1DPDK_25 {
2	global:
3
4	rte_pdump_disable;
5	rte_pdump_disable_by_deviceid;
6	rte_pdump_enable;
7	rte_pdump_enable_bpf;
8	rte_pdump_enable_bpf_by_deviceid;
9	rte_pdump_enable_by_deviceid;
10	rte_pdump_init;
11	rte_pdump_stats;
12	rte_pdump_uninit;
13
14	local: *;
15};
16