Searched refs:tqe_m (Results 1 – 2 of 2) sorted by relevance
302 m_freem(qe->tqe_m); in tcp_reass_flush()322 last->tqe_m->m_pkthdr.len += tlen; in tcp_reass_append()332 tcp_reass_log_new_in(tp, last->tqe_start, lenofoh, last->tqe_m, in tcp_reass_append()353 m_adj(first->tqe_m, i); in tcp_reass_prepend()358 mlast->m_next = first->tqe_m; in tcp_reass_prepend()359 first->tqe_m = m; in tcp_reass_prepend()362 first->tqe_m->m_pkthdr.len = first->tqe_len; in tcp_reass_prepend()368 tcp_reass_log_new_in(tp, first->tqe_start, lenofoh, first->tqe_m, in tcp_reass_prepend()387 m_freem(q->tqe_m); in tcp_reass_replace()392 q->tqe_m = m; in tcp_reass_replace()[all …]
106 struct mbuf *tqe_m; /* mbuf contains packet */ member