aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_ip_frag/rte_ip_frag_version.map
blob: a193007c61b3e3165641da1c6f645faa3239a8c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DPDK_2.0 {
	global:

	rte_ip_frag_free_death_row;
	rte_ip_frag_table_create;
	rte_ip_frag_table_statistics_dump;
	rte_ipv4_frag_reassemble_packet;
	rte_ipv4_fragment_packet;
	rte_ipv6_frag_reassemble_packet;
	rte_ipv6_fragment_packet;

	local: *;
};

DPDK_17.08 {
	global:

	rte_ip_frag_table_destroy;

} DPDK_2.0;

EXPERIMENTAL {
	global:

	rte_frag_table_del_expired_entries;
};