Searched refs:m_tail (Results 1 – 5 of 5) sorted by relevance
49 ck_spinlock_t m_tail; member60 return ck_spinlock_trylock(&fifo->m_tail); in ck_fifo_spsc_enqueue_trylock()67 ck_spinlock_lock(&fifo->m_tail); in ck_fifo_spsc_enqueue_lock()75 ck_spinlock_unlock(&fifo->m_tail); in ck_fifo_spsc_enqueue_unlock()107 ck_spinlock_init(&fifo->m_tail); in ck_fifo_spsc_init()
47 struct mbuf *m_tail; member
646 le->m_tail = m_last(m); in tcp_set_le_to_m()843 le->m_tail->m_next = m; in tcp_lro_condense()844 le->m_tail = m_last(m); in tcp_lro_condense()1391 le->m_tail = m_last(m); in tcp_lro_rx2()
613 struct mbuf *n, *m_ack, *m_result, *m_tail; in sctp_handle_asconf() local678 m_tail = m_ack; /* current reply chain's tail */ in sctp_handle_asconf()783 SCTP_BUF_NEXT(m_tail) = m_result; in sctp_handle_asconf()784 m_tail = m_result; in sctp_handle_asconf()
981 struct rte_mbuf *m_tail = in init_op_data_objs() local983 TEST_ASSERT_NOT_NULL(m_tail, in init_op_data_objs()990 data = rte_pktmbuf_append(m_tail, seg->length); in init_op_data_objs()1002 ret = rte_pktmbuf_chain(m_head, m_tail); in init_op_data_objs()1011 struct rte_mbuf *m_tail = in init_op_data_objs() local1013 TEST_ASSERT_NOT_NULL(m_tail, in init_op_data_objs()1019 ret = rte_pktmbuf_chain(m_head, m_tail); in init_op_data_objs()