Home
last modified time | relevance | path

Searched refs:ifclassq_enqueue (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/net/classq/
H A Dif_classq.h302 extern errno_t ifclassq_enqueue(struct ifclassq *, classq_pkt_t *,
H A Dclassq_subr.c343 ifclassq_enqueue(struct ifclassq *ifq, classq_pkt_t *head, classq_pkt_t *tail, in ifclassq_enqueue() function
/xnu-10063.141.1/bsd/net/
H A Ddlil.c5614 error = ifclassq_enqueue(((ifcq != NULL) ? ifcq : ifp->if_snd), p, p, in ifnet_enqueue_ifclassq()
5638 error = ifclassq_enqueue(ifcq != NULL ? ifcq : ifp->if_snd, head, tail, in ifnet_enqueue_ifclassq_chain()