mirror of https://github.com/F-Stack/f-stack.git
16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
|
DPDK_22 {
|
||
|
global:
|
||
|
|
||
|
rte_distributor_clear_returns;
|
||
|
rte_distributor_create;
|
||
|
rte_distributor_flush;
|
||
|
rte_distributor_get_pkt;
|
||
|
rte_distributor_poll_pkt;
|
||
|
rte_distributor_process;
|
||
|
rte_distributor_request_pkt;
|
||
|
rte_distributor_return_pkt;
|
||
|
rte_distributor_returned_pkts;
|
||
|
|
||
|
local: *;
|
||
|
};
|