Home
last modified time | relevance | path

Searched refs:_getq_all (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_pktq.c71 _getq_all(&q2->nx_pktq_q, &first, &last, &qlen, &qsize); in nx_pktq_concat()
H A Dnexus_mbq.c98 _getq_all(&q2->nx_mbq_q, &first, &last, &qlen, &qsize); in nx_mbq_concat()
H A Dnexus_mbq.h230 _getq_all(&q->nx_mbq_q, &first, &last, qlenp, qsizep); in __mbq_deq_all()
H A Dnexus_pktq.h204 _getq_all(&q->nx_pktq_q, &first, &last, qlenp, qsizep); in __pktq_deq_all()
/xnu-8020.101.4/bsd/net/classq/
H A Dclassq.h229 extern void _getq_all(class_queue_t *, classq_pkt_t *, classq_pkt_t *,
H A Dclassq.c321 _getq_all(class_queue_t *q, classq_pkt_t *first, classq_pkt_t *last, in _getq_all() function
/xnu-8020.101.4/bsd/net/
H A Ddlil.c2281 _getq_all(&inp->dlth_pkts, &pkt, NULL, NULL, NULL); in dlil_terminate_input_thread()
3000 _getq_all(&inp->dlth_pkts, &pkt, NULL, NULL, NULL); in dlil_main_input_thread_cont()
3005 _getq_all(&inpm->lo_rcvq_pkts, &pkt, NULL, NULL, NULL); in dlil_main_input_thread_cont()
3134 _getq_all(&inp->dlth_pkts, &pkt, NULL, NULL, NULL); in dlil_input_thread_cont()
3297 _getq_all(&inp->dlth_pkts, &pkt, NULL, NULL, NULL); in dlil_rxpoll_input_thread_cont()
4045 _getq_all(&inp->dlth_pkts, &head, NULL, NULL, NULL); in dlil_input_sync()
/xnu-8020.101.4/bsd/netinet/
H A Din_arp.c2152 _getq_all(&llinfo->la_holdq, &pkt, NULL, &held, NULL); in arp_ip_handle_input()