Searched refs:ifnet_enqueue_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | dlil.c | 451 static errno_t ifnet_enqueue_common(struct ifnet *, struct ifclassq *, 5408 ifnet_enqueue_common(struct ifnet *ifp, struct ifclassq *ifcq, in ifnet_enqueue_common() function 5468 return ifnet_enqueue_common(ifp, NULL, &pkt, flush, pdrop); in ifnet_enqueue_mbuf() 5533 return ifnet_enqueue_common(ifp, ifcq, &pkt, flush, pdrop); in ifnet_enqueue_pkt_common()
|