2021-08-08 21:26:58 +02:00
|
|
|
DPDK_22 {
|
2018-05-10 11:23:03 +01:00
|
|
|
global:
|
|
|
|
|
|
|
|
rte_bpf_destroy;
|
2018-05-10 11:23:04 +01:00
|
|
|
rte_bpf_elf_load;
|
2018-05-10 11:23:07 +01:00
|
|
|
rte_bpf_eth_rx_elf_load;
|
|
|
|
rte_bpf_eth_rx_unload;
|
|
|
|
rte_bpf_eth_tx_elf_load;
|
|
|
|
rte_bpf_eth_tx_unload;
|
2018-05-10 11:23:03 +01:00
|
|
|
rte_bpf_exec;
|
|
|
|
rte_bpf_exec_burst;
|
|
|
|
rte_bpf_get_jit;
|
|
|
|
rte_bpf_load;
|
|
|
|
|
|
|
|
local: *;
|
|
|
|
};
|