Searched refs:ifnet_enqueue_chain (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | dlil.c | 3240 ifnet_enqueue_chain(struct ifnet *ifp, struct ifclassq *ifcq, in ifnet_enqueue_chain() function 3371 return ifnet_enqueue_chain(ifp, NULL, &head, &tail, cnt, bytes, in ifnet_enqueue_mbuf_chain() 3434 return ifnet_enqueue_chain(ifp, ifcq, &head, &tail, cnt, bytes, in ifnet_enqueue_pkt_chain()
|