Searched refs:rte_zmalloc_socket (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_shim.h | 7 #define rte_zmalloc_socket(_type, _size, _align, _s) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) macro
|
H A D | rte_lpm.c | 194 lpm = rte_zmalloc_socket(mem_name, mem_size, in rte_lpm_create() 203 lpm->rules_tbl = rte_zmalloc_socket(NULL, in rte_lpm_create() 215 lpm->tbl8 = rte_zmalloc_socket(NULL, in rte_lpm_create()
|
H A D | rte_lpm6.c | 343 lpm = rte_zmalloc_socket(mem_name, (size_t)mem_size, in rte_lpm6_create()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dpdk.c | 899 tx_buffer = rte_zmalloc_socket(DPDK_TX_BUF_NAME, in pcap_dpdk_activate()
|