Searched refs:m_list (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | ether_inet_pr_module.c | 174 mbuf_t m_list) in ether_inet_input() argument 178 mbuf_t *tailptr = &m_list; in ether_inet_input() 184 for (m = m_list; m; m = nextpkt) { in ether_inet_input() 230 if (m_list != NULL && proto_input(PF_INET, m_list) != 0) { in ether_inet_input() 231 mbuf_freem_list(m_list); in ether_inet_input()
|
| H A D | if_loop.c | 284 lo_output(struct ifnet *ifp, struct mbuf *m_list) in lo_output() argument 292 for (m = m_list; m; m = m->m_nextpkt) { in lo_output() 329 return ifnet_input_extended(ifp, m_list, m_tail, &s); in lo_output()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | kern_control_private.h | 278 ctl_enqueuembuf_list(kern_ctl_ref kctlref, u_int32_t unit, mbuf_t m_list,
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_control.c | 1051 ctl_enqueuembuf_list(void *kctlref, u_int32_t unit, struct mbuf *m_list, in ctl_enqueuembuf_list() argument 1064 m = m_list; in ctl_enqueuembuf_list() 1084 for (m = m_list; m != NULL; m = nextpkt) { in ctl_enqueuembuf_list() 1150 (uint64_t) VM_KERNEL_ADDRPERM(m_list)); in ctl_enqueuembuf_list()
|