Searched refs:m_last_mbuf (Results 1 – 2 of 2) sorted by relevance
855 tp->t_tail_pkt = le->m_last_mbuf; in tcp_queue_pkts()859 tp->t_tail_pkt = le->m_last_mbuf; in tcp_queue_pkts()862 le->m_last_mbuf = NULL; in tcp_queue_pkts()973 if (le->m_head != le->m_last_mbuf) { in tcp_lro_flush()1323 le->m_prev_last = le->m_last_mbuf; in tcp_lro_rx2()1325 le->m_last_mbuf->m_nextpkt = m; in tcp_lro_rx2()1327 le->m_last_mbuf = m; in tcp_lro_rx2()1392 le->m_last_mbuf = m; in tcp_lro_rx2()
48 struct mbuf *m_last_mbuf; member