Searched refs:tqe_m (Results 1 – 2 of 2) sorted by relevance
303 m_freem(qe->tqe_m); in tcp_reass_flush()323 last->tqe_m->m_pkthdr.len += tlen; in tcp_reass_append()333 tcp_reass_log_new_in(tp, last->tqe_start, lenofoh, last->tqe_m, in tcp_reass_append()354 m_adj(first->tqe_m, i); in tcp_reass_prepend()359 mlast->m_next = first->tqe_m; in tcp_reass_prepend()360 first->tqe_m = m; in tcp_reass_prepend()363 first->tqe_m->m_pkthdr.len = first->tqe_len; in tcp_reass_prepend()369 tcp_reass_log_new_in(tp, first->tqe_start, lenofoh, first->tqe_m, in tcp_reass_prepend()388 m_freem(q->tqe_m); in tcp_reass_replace()393 q->tqe_m = m; in tcp_reass_replace()[all …]
97 struct mbuf *tqe_m; /* mbuf contains packet */ member