Searched refs:_getq_all (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.101.4/bsd/skywalk/nexus/ |
| H A D | nexus_pktq.c | 71 _getq_all(&q2->nx_pktq_q, &first, &last, &qlen, &qsize); in nx_pktq_concat()
|
| H A D | nexus_mbq.c | 98 _getq_all(&q2->nx_mbq_q, &first, &last, &qlen, &qsize); in nx_mbq_concat()
|
| H A D | nexus_mbq.h | 230 _getq_all(&q->nx_mbq_q, &first, &last, qlenp, qsizep); in __mbq_deq_all()
|
| H A D | nexus_pktq.h | 204 _getq_all(&q->nx_pktq_q, &first, &last, qlenp, qsizep); in __pktq_deq_all()
|
| /xnu-8020.101.4/bsd/net/classq/ |
| H A D | classq.h | 229 extern void _getq_all(class_queue_t *, classq_pkt_t *, classq_pkt_t *,
|
| H A D | classq.c | 321 _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 D | dlil.c | 2281 _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 D | in_arp.c | 2152 _getq_all(&llinfo->la_holdq, &pkt, NULL, &held, NULL); in arp_ip_handle_input()
|