Searched refs:m_list (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dether_inet_pr_module.c171 mbuf_t m_list)
175 mbuf_t *tailptr = &m_list;
179 for (m = m_list; m; m = nextpkt) {
220 if (m_list != NULL && proto_input(PF_INET, m_list) != 0) {
221 mbuf_freem_list(m_list);
170 ether_inet_input(ifnet_t ifp, protocol_family_t protocol_family, mbuf_t m_list) argument
H A Dif_loop.c275 lo_output(struct ifnet *ifp, struct mbuf *m_list) argument
283 for (m = m_list; m; m = m->m_nextpkt) {
318 return (ifnet_input_extended(ifp, m_list, m_tail, &s));

Completed in 25 milliseconds