mirror of https://github.com/F-Stack/f-stack.git
28 lines
435 B
Plaintext
28 lines
435 B
Plaintext
|
DPDK_22 {
|
||
|
global:
|
||
|
|
||
|
rte_security_capabilities_get;
|
||
|
rte_security_capability_get;
|
||
|
rte_security_session_create;
|
||
|
rte_security_session_destroy;
|
||
|
rte_security_session_get_size;
|
||
|
|
||
|
local: *;
|
||
|
};
|
||
|
|
||
|
EXPERIMENTAL {
|
||
|
global:
|
||
|
|
||
|
__rte_security_get_userdata;
|
||
|
__rte_security_set_pkt_metadata;
|
||
|
rte_security_dynfield_offset;
|
||
|
rte_security_session_stats_get;
|
||
|
rte_security_session_update;
|
||
|
};
|
||
|
|
||
|
INTERNAL {
|
||
|
global:
|
||
|
|
||
|
rte_security_dynfield_register;
|
||
|
};
|