Searched refs:rx_buf (Results 1 – 1 of 1) sorted by relevance
537 struct rte_mbuf *rx_buf[MAX_PKT_BURST]; in bond_handshake_reply() local541 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()