aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_acl/rte_acl_version.map
blob: b09370a104edc6236295246895bf72d7fb4dcd41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DPDK_2.0 {
	global:

	rte_acl_add_rules;
	rte_acl_build;
	rte_acl_classify;
	rte_acl_classify_alg;
	rte_acl_classify_scalar;
	rte_acl_create;
	rte_acl_dump;
	rte_acl_find_existing;
	rte_acl_free;
	rte_acl_list_dump;
	rte_acl_reset;
	rte_acl_reset_rules;
	rte_acl_set_ctx_classify;

	local: *;
};