Lines Matching refs:mlast
316 struct mbuf *mlast, int lenofoh) in tcp_reass_append() argument
327 last->tqe_last = mlast; in tcp_reass_append()
341 int tlen, struct mbuf *mlast, int lenofoh) in tcp_reass_prepend() argument
359 mlast->m_next = first->tqe_m; in tcp_reass_prepend()
377 tcp_seq seq, int len, struct mbuf *mlast, int mbufoh, uint16_t flags) in tcp_reass_replace() argument
394 q->tqe_last = mlast; in tcp_reass_replace()
488 tcp_reass_overhead_of_chain(struct mbuf *m, struct mbuf **mlast) in tcp_reass_overhead_of_chain() argument
500 *mlast = m; in tcp_reass_overhead_of_chain()
523 struct mbuf *mlast = NULL; in tcp_reass() local
591 lenofoh = tcp_reass_overhead_of_chain(m, &mlast); in tcp_reass()
670 tcp_reass_append(tp, last, m, th, *tlenp, mlast, lenofoh); in tcp_reass()
755 tcp_reass_prepend(tp, first, m, th, *tlenp, mlast, lenofoh); in tcp_reass()
874 tcp_reass_append(tp, p, m, th, *tlenp, mlast, lenofoh); in tcp_reass()
908 tcp_reass_replace(tp, q, m, th->th_seq, *tlenp, mlast, lenofoh, tcp_get_flags(th)); in tcp_reass()
921 tcp_reass_prepend(tp, q, m, th, *tlenp, mlast, lenofoh); in tcp_reass()
1034 te->tqe_last = mlast; in tcp_reass()