Searched refs:pkt_head (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/bsd/net/classq/ |
| H A D | classq.c | 152 _addq_multi(class_queue_t *q, classq_pkt_t *pkt_head, classq_pkt_t *pkt_tail, in _addq_multi() argument 155 ASSERT(pkt_head->cp_ptype == qptype(q)); in _addq_multi() 159 struct mbuf *m_head = pkt_head->cp_mbuf; in _addq_multi() 167 struct __kern_packet *kp_head = pkt_head->cp_kpkt; in _addq_multi()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_util.c | 242 struct __kern_packet *__single pkt_head = NULL, *pkt; in nx_netif_mbuf_to_filter_pkt_chain() local 243 struct __kern_packet **pkt_tailp = &pkt_head; in nx_netif_mbuf_to_filter_pkt_chain() 258 DTRACE_SKYWALK2(pkt__chain, struct __kern_packet *, pkt_head, in nx_netif_mbuf_to_filter_pkt_chain() 260 return pkt_head; in nx_netif_mbuf_to_filter_pkt_chain()
|
| H A D | nx_netif.c | 4143 classq_pkt_t pkt_head = CLASSQ_PKT_INITIALIZER(pkt_head); local 4161 rc = ifclassq_dequeue(ifcq, svc, pkt_limit, byte_limit, &pkt_head, NULL, 4165 ASSERT((pkt_head.cp_ptype == QP_PACKET) || (pkt_head.cp_kpkt == NULL)); 4171 *head = pkt_head.cp_kpkt;
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | dlil.c | 3501 classq_pkt_t pkt_head = CLASSQ_PKT_INITIALIZER(pkt_head); in ifnet_dequeue_multi() local 3518 CLASSQ_DEQUEUE_MAX_BYTE_LIMIT, &pkt_head, &pkt_tail, cnt, len, 0); in ifnet_dequeue_multi() 3519 VERIFY((pkt_head.cp_ptype == QP_MBUF) || (pkt_head.cp_mbuf == NULL)); in ifnet_dequeue_multi() 3521 *head = pkt_head.cp_mbuf; in ifnet_dequeue_multi() 3534 classq_pkt_t pkt_head = CLASSQ_PKT_INITIALIZER(pkt_head); in ifnet_dequeue_multi_bytes() local 3551 byte_limit, &pkt_head, &pkt_tail, cnt, len, 0); in ifnet_dequeue_multi_bytes() 3552 VERIFY((pkt_head.cp_ptype == QP_MBUF) || (pkt_head.cp_mbuf == NULL)); in ifnet_dequeue_multi_bytes() 3554 *head = pkt_head.cp_mbuf; in ifnet_dequeue_multi_bytes() 3568 classq_pkt_t pkt_head = CLASSQ_PKT_INITIALIZER(pkt_head); in ifnet_dequeue_service_class_multi() local 3586 CLASSQ_DEQUEUE_MAX_BYTE_LIMIT, &pkt_head, &pkt_tail, in ifnet_dequeue_service_class_multi() [all …]
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 2557 fsw_devna_rx(struct nexus_adapter *devna, struct __kern_packet *pkt_head, in fsw_devna_rx() argument 2560 struct __kern_packet *pkt = pkt_head, *next; in fsw_devna_rx() 2570 dp_drop_pkt_chain(pkt_head, 0, DROP_REASON_FSW_QUIESCED, DROPTAP_FLAG_L2_MISSING); in fsw_devna_rx() 2993 struct __kern_packet *pkt_head, struct __kern_packet *pkt_tail, in classq_enqueue_flow_chain() argument 3003 ASSERT(pkt_head->pkt_flow_token != 0); in classq_enqueue_flow_chain() 3008 svc = pkt_head->pkt_svc_class; in classq_enqueue_flow_chain() 3016 convert_pkt_to_mbuf_list(pkt_head, &m_head, &m_tail, &c, &b); in classq_enqueue_flow_chain() 3020 pkt_head = NULL; in classq_enqueue_flow_chain() 3041 err = ifnet_enqueue_pkt_chain(ifp, ifp->if_snd, pkt_head, pkt_tail, cnt, in classq_enqueue_flow_chain() 3043 pkt_head = NULL; in classq_enqueue_flow_chain()
|