Searched refs:first_packet (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/net/pktsched/ |
| H A D | pktsched_ops.h | 49 u_int32_t maxbytecnt, classq_pkt_t *first_packet, classq_pkt_t *last_packet, 52 u_int32_t maxpktcnt, u_int32_t maxbytecnt, classq_pkt_t *first_packet,
|
| H A D | pktsched.c | 117 classq_pkt_t *first_packet, classq_pkt_t *last_packet, in pktsched_dequeue_noop() argument 121 #pragma unused(ifq, maxpktcnt, maxbytecnt, first_packet, last_packet, retpktcnt, retbytecnt, grp_id… in pktsched_dequeue_noop() 128 u_int32_t maxbytecnt, classq_pkt_t *first_packet, in pktsched_dequeue_sc_noop() argument 132 #pragma unused(ifq, svc, maxpktcnt, maxbytecnt, first_packet, last_packet, retpktcnt, retbytecnt, g… in pktsched_dequeue_sc_noop()
|
| H A D | pktsched_fq_codel.c | 142 classq_pkt_t *first_packet, classq_pkt_t *last_packet, u_int32_t *retpktcnt, 199 u_int32_t maxbytecnt, classq_pkt_t *first_packet, classq_pkt_t *last_packet, 203 classq_pkt_t *first_packet, classq_pkt_t *last_packet, u_int32_t *retpktcnt, 1101 u_int32_t maxpktcnt, u_int32_t maxbytecnt, classq_pkt_t *first_packet, in fq_if_dequeue_common() argument 1278 if (__probable(first_packet != NULL)) { in fq_if_dequeue_common() 1279 *first_packet = first; in fq_if_dequeue_common() 1302 u_int32_t maxbytecnt, classq_pkt_t *first_packet, in fq_if_dequeue() argument 1307 first_packet, last_packet, retpktcnt, retbytecnt, grp_idx); in fq_if_dequeue() 1312 u_int32_t maxpktcnt, u_int32_t maxbytecnt, classq_pkt_t *first_packet, in fq_if_dequeue_sc() argument 1320 first_packet, last_packet, retpktcnt, retbytecnt, grp_idx); in fq_if_dequeue_sc() [all …]
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | kpi_interface.h | 826 u_int32_t max_count, mbuf_t *first_packet, mbuf_t *last_packet, 1419 mbuf_t *first_packet, mbuf_t *last_packet, u_int32_t *cnt, u_int32_t *len); 1448 u_int32_t max_bytes, mbuf_t *first_packet, mbuf_t *last_packet, 1478 mbuf_svc_class_t sc, u_int32_t max, mbuf_t *first_packet, 2394 extern errno_t ifnet_input(ifnet_t interface, mbuf_t first_packet, 2416 extern errno_t ifnet_input_extended(ifnet_t interface, mbuf_t first_packet,
|