Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c471 &STAILQ_NEXT(le->m_last_mbuf, m_stailqpkt) }; in tcp_queue_pkts()
474 le->m_last_mbuf = NULL; in tcp_queue_pkts()
639 le->m_last_mbuf = *pp;
641 le->m_last_mbuf = __containerof(pp, struct mbuf, m_nextpkt);
H A Dtcp_lro.h136 struct mbuf *m_last_mbuf; member
H A Dtcp_lro.c1396 le->m_last_mbuf->m_nextpkt = m; in tcp_lro_rx_common()
1398 le->m_last_mbuf = m; in tcp_lro_rx_common()
1421 le->m_last_mbuf = m; in tcp_lro_rx_common()