Home
last modified time | relevance | path

Searched refs:mtb (Results 1 – 1 of 1) sorted by relevance

/dpdk/examples/ip_reassembly/
H A Dmain.c827 struct mbuf_table *mtb; in setup_port_tbl() local
832 sz = sizeof (*mtb) + sizeof (mtb->m_table[0]) * n; in setup_port_tbl()
834 if ((mtb = rte_zmalloc_socket(__func__, sz, RTE_CACHE_LINE_SIZE, in setup_port_tbl()
842 mtb->len = n; in setup_port_tbl()
843 qconf->tx_mbufs[port] = mtb; in setup_port_tbl()