Searched refs:m_head (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_write.c1302 gbuf_t *m_prev = 0, *m_head = 0; local
1329 if (m_head == 0)
1330 m_head = m;
1357 if (m_head)
1358 *xm = m_head;
1750 register gbuf_t *m, *m_head; local
1775 m_head = rcbp->rc_ioctl;
1792 for (size=0, m=m_head; m; m = gbuf_cont(m)) {
1800 gbuf_freem(m_head);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c823 mbuf_t m_head,
833 if (ifp == NULL || m_head == NULL) {
834 if (m_head)
835 mbuf_freem_list(m_head);
839 m_tail = m_head;
850 (mbuf_flags(m_head) & MBUF_PKTHDR) == 0) {
896 dlil_lo_input_mbuf_head = m_head;
898 dlil_lo_input_mbuf_tail->m_nextpkt = m_head;
912 inp->mbuf_head = m_head;
914 inp->mbuf_tail->m_nextpkt = m_head;
821 ifnet_input( ifnet_t ifp, mbuf_t m_head, const struct ifnet_stat_increment_param *stats) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c238 struct mbuf *m_head = NULL; local
1142 if (m_head != so->so_snd.sb_mb || last_off != off)
1145 m_head = so->so_snd.sb_mb;
1148 if (m_head == NULL) {

Completed in 87 milliseconds