Home
last modified time | relevance | path

Searched refs:pktsched_pkt_t (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.121.6/bsd/net/pktsched/
H A Dpktsched.h73 } pktsched_pkt_t; typedef
155 pktsched_get_pkt_len(pktsched_pkt_t *pkt) in pktsched_get_pkt_len()
195 extern void pktsched_free_pkt(pktsched_pkt_t *);
196 extern void pktsched_drop_pkt(pktsched_pkt_t *, struct ifnet *, uint32_t, const char *, uint16_t,
198 extern int pktsched_clone_pkt(pktsched_pkt_t *, pktsched_pkt_t *);
199 extern void pktsched_corrupt_packet(pktsched_pkt_t *pkt);
200 extern void pktsched_get_pkt_vars(pktsched_pkt_t *, volatile uint32_t **,
202 extern uint32_t *pktsched_get_pkt_sfb_vars(pktsched_pkt_t *, uint32_t **);
203 extern void pktsched_pkt_encap(pktsched_pkt_t *, classq_pkt_t *);
204 extern void pktsched_pkt_encap_chain(pktsched_pkt_t *, classq_pkt_t *,
[all …]
H A Dpktsched.c184 pktsched_pkt_encap(pktsched_pkt_t *pkt, classq_pkt_t *cpkt) in pktsched_pkt_encap()
210 pktsched_pkt_encap_chain(pktsched_pkt_t *pkt, classq_pkt_t *cpkt, in pktsched_pkt_encap_chain()
235 pktsched_clone_pkt(pktsched_pkt_t *pkt1, pktsched_pkt_t *pkt2) in pktsched_clone_pkt()
292 pktsched_corrupt_packet(pktsched_pkt_t *pkt) in pktsched_corrupt_packet()
334 pktsched_free_pkt(pktsched_pkt_t *pkt) in pktsched_free_pkt()
381 pktsched_drop_pkt(pktsched_pkt_t *pkt, struct ifnet *ifp, drop_reason_t reason, const char *funcnam… in pktsched_drop_pkt()
431 pktsched_get_pkt_svc(pktsched_pkt_t *pkt) in pktsched_get_pkt_svc()
456 pktsched_get_pkt_vars(pktsched_pkt_t *pkt, volatile uint32_t **flags, in pktsched_get_pkt_vars()
545 pktsched_alloc_fcentry(pktsched_pkt_t *pkt, struct ifnet *ifp, int how) in pktsched_alloc_fcentry()
615 pktsched_get_pkt_sfb_vars(pktsched_pkt_t *pkt, uint32_t **sfb_flags) in pktsched_get_pkt_sfb_vars()
[all …]
H A Dpktsched_netem.c688 pktsched_pkt_t pkt;
698 static int heap_insert(struct heap *h, uint64_t k, pktsched_pkt_t *p);
699 static int heap_peek(struct heap *h, uint64_t *k, pktsched_pkt_t *p);
700 static int heap_extract(struct heap *h, uint64_t *k, pktsched_pkt_t *p);
720 pktsched_pkt_t *pkts, uint32_t n_pkts);
832 heap_insert(struct heap *h, uint64_t key, pktsched_pkt_t *pkt) in heap_insert()
865 heap_peek(struct heap *h, uint64_t *key, pktsched_pkt_t *pkt) in heap_peek()
877 heap_extract(struct heap *h, uint64_t *key, pktsched_pkt_t *pkt) in heap_extract()
913 corruption_event(struct netem *ne, pktsched_pkt_t *pkt) in corruption_event()
1060 rate_limiter(struct netem *ne, pktsched_pkt_t *pkt, uint64_t start_abs_time) in rate_limiter()
[all …]
H A Dpktsched_netem.h35 typedef int (netem_output_func_t)(void *handle, pktsched_pkt_t *pkts,
H A Dpktsched_fq_codel.h352 extern boolean_t fq_if_add_fcentry(fq_if_t *, pktsched_pkt_t *, uint8_t,
355 extern boolean_t fq_if_report_ce(fq_if_t *, pktsched_pkt_t *, uint32_t, uint32_t);
H A Dpktsched_fq_codel.c246 pktsched_pkt_t pkt; in fq_getq_flow_kpkt()
305 pktsched_pkt_t pkt; in fq_getq_flow_mbuf()
531 pktsched_pkt_t pkt; in fq_if_enqueue_classq()
1224 pktsched_pkt_t pkt; in fq_if_purge_flow()
1957 pktsched_pkt_t pkt; in fq_if_drop_packet()
2039 fq_if_add_fcentry(fq_if_t *fqs, pktsched_pkt_t *pkt, uint8_t flowsrc, in fq_if_add_fcentry()
2118 fq_if_report_ce(fq_if_t *fqs, pktsched_pkt_t *pkt, uint32_t ce_cnt, in fq_if_report_ce()
/xnu-11417.121.6/bsd/net/classq/
H A Dclassq_fq_codel.c203 pktsched_pkt_t pkt; in fq_head_drop()
242 pktsched_pkt_t *pkt) in fq_compressor()
330 fq_addq(fq_if_t *fqs, fq_if_group_t *fq_grp, pktsched_pkt_t *pkt, in fq_addq()
422 int, droptype, pktsched_pkt_t *, pkt, in fq_addq()
444 int, droptype, pktsched_pkt_t *, pkt, in fq_addq()
490 pktsched_pkt_t *, pkt, uint32_t, cnt); in fq_addq()
521 pktsched_pkt_t *, pkt, uint32_t, cnt); in fq_addq()
537 fq_t *, fq, pktsched_pkt_t *, pkt, in fq_addq()
565 fq_t *, fq, pktsched_pkt_t *, pkt, uint32_t, cnt); in fq_addq()
600 fq_getq_flow_internal(fq_if_t *fqs, fq_t *fq, pktsched_pkt_t *pkt) in fq_getq_flow_internal()
[all …]
H A Dclassq_fq_codel.h256 pktsched_pkt_t *, struct fq_if_classq *);
258 pktsched_pkt_t *, uint64_t now);
260 pktsched_pkt_t *pkt, uint64_t now);
262 fq_t *, pktsched_pkt_t *);
H A Dclassq_sfb.h156 extern int sfb_addq(struct sfb *, class_queue_t *, pktsched_pkt_t *,
158 extern void sfb_getq(struct sfb *, class_queue_t *, pktsched_pkt_t *);
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h158 pktsched_pkt_t *__counted_by(n_pkts) pkts, uint32_t n_pkts);
H A Dfsw_dp.c2431 pktsched_pkt_t *__counted_by(n_pkts)pkts, uint32_t n_pkts) in fsw_dev_input_netem_dequeue()
/xnu-11417.121.6/bsd/net/
H A Dif_var_private.h1789 pktsched_pkt_t *__sized_by(n_pkts) pkts, uint32_t n_pkts);
H A Ddlil.c3299 ifnet_enqueue_netem(void *handle, pktsched_pkt_t *__sized_by(n_pkts)pkts, uint32_t n_pkts) in ifnet_enqueue_netem()