Home
last modified time | relevance | path

Searched refs:tp_p_mbuf (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/netiso/
H A Dtp_pcb.c837 if (tpcb->tp_p_mbuf) {
838 register struct mbuf *m = tpcb->tp_p_mbuf;
848 tpcb->tp_p_mbuf = 0;
H A Dtp_pcb.h250 struct mbuf *tp_p_mbuf; member
H A Dtp_output.c579 *mp = m_copym(tpcb->tp_p_mbuf, (int)M_COPYALL, M_WAITOK);
H A Dtp_subr2.c784 tpcb->tp_p_mbuf = q;