f-stack/dpdk/lib/librte_flow_classify/rte_flow_classify_version.map

13 lines
232 B
Plaintext
Raw Normal View History

EXPERIMENTAL {
global:
rte_flow_classifier_create;
rte_flow_classifier_free;
rte_flow_classifier_query;
rte_flow_classify_table_create;
rte_flow_classify_table_entry_add;
rte_flow_classify_table_entry_delete;
local: *;
};