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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq.c106 _addq_multi(class_queue_t *q, struct mbuf *m_head, struct mbuf *m_tail, argument
109 MBUFQ_ENQUEUE_MULTI(&q->mbufq, m_head, m_tail);
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c1908 ifnet_input(struct ifnet *ifp, struct mbuf *m_head, argument
1911 return (ifnet_input_common(ifp, m_head, NULL, s, FALSE, FALSE));
1915 ifnet_input_extended(struct ifnet *ifp, struct mbuf *m_head, argument
1918 return (ifnet_input_common(ifp, m_head, m_tail, s, TRUE, FALSE));
1922 ifnet_input_common(struct ifnet *ifp, struct mbuf *m_head, struct mbuf *m_tail, argument
1935 if (ifp == NULL || m_head == NULL || (s == NULL && ext) ||
1937 if (m_head != NULL)
1938 mbuf_freem_list(m_head);
1946 last = m_head;
1962 last = m_head;
2281 struct mbuf *m_head, *m_tail; local
5194 ifp_if_input_poll(struct ifnet *ifp, u_int32_t flags, u_int32_t max_cnt, struct mbuf **m_head, struct mbuf **m_tail, u_int32_t *cnt, u_int32_t *len) argument
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c292 struct mbuf *m_head = NULL; local
1398 if (m_head != so->so_snd.sb_mb || sack_rxmit || last_off != off)
1401 m_head = so->so_snd.sb_mb;
1404 if (m_head == NULL) {

Completed in 50 milliseconds