Searched refs:ifnet_enqueue_common_single (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | dlil.c | 236 static errno_t ifnet_enqueue_common_single(struct ifnet *, struct ifclassq *, 3281 ifnet_enqueue_common_single(struct ifnet *ifp, struct ifclassq *ifcq, in ifnet_enqueue_common_single() function 3340 return ifnet_enqueue_common_single(ifp, NULL, &pkt, flush, pdrop); in ifnet_enqueue_mbuf() 3406 return ifnet_enqueue_common_single(ifp, ifcq, &pkt, flush, pdrop); in ifnet_enqueue_pkt()
|