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

/darwin-on-arm/xnu/bsd/net/
H A Dif_loop.c277 struct mbuf *m, *m_tail = NULL; local
309 m_tail = m;
318 return (ifnet_input_extended(ifp, m_list, m_tail, &s));
386 struct mbuf *m = NULL, *m_tail = NULL; local
393 &m_tail, &cnt, &len) != 0)
398 &m_tail, &cnt, &len) != 0)
416 ifnet_transmit_burst_end(ifp, m_tail);
425 (void) ifnet_input_extended(ifp, m, m_tail, &s);
H A Ddlil.c1916 struct mbuf *m_tail, const struct ifnet_stat_increment_param *s)
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
1942 VERIFY(m_tail == NULL || ext);
1945 if (m_tail == NULL) {
1958 m_tail = last;
1974 last = m_tail;
1979 last = m_tail;
1983 if (last != m_tail) {
1986 ifp->if_unit, m_tail, las
1915 ifnet_input_extended(struct ifnet *ifp, struct mbuf *m_head, struct mbuf *m_tail, const struct ifnet_stat_increment_param *s) argument
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/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);

Completed in 27 milliseconds