Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/include/
H A Dck_fifo.h49 ck_spinlock_t m_tail; member
60 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()
/f-stack/freebsd/netinet/
H A Dtcp_lro.h47 struct mbuf *m_tail; member
H A Dtcp_lro.c646 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()
H A Dsctp_asconf.c613 struct mbuf *n, *m_ack, *m_result, *m_tail; in sctp_handle_asconf() local
678 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()
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c981 struct rte_mbuf *m_tail = in init_op_data_objs() local
983 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() local
1013 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()