Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_link_bonding_mode4.c537 struct rte_mbuf *rx_buf[MAX_PKT_BURST]; in bond_handshake_reply() local
541 retval = member_get_pkts(member, rx_buf, RTE_DIM(rx_buf)); in bond_handshake_reply()
546 if (make_lacp_reply(member, rx_buf[i]) == 0) { in bond_handshake_reply()
548 lacp_tx_buf[lacp_tx_buf_cnt++] = rx_buf[i]; in bond_handshake_reply()
550 rte_pktmbuf_free(rx_buf[i]); in bond_handshake_reply()