Searched refs:sfb (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.h104 typedef struct sfb { struct
137 extern struct sfb *sfb_alloc(struct ifnet *, u_int32_t, u_int32_t, u_int32_t);
138 extern void sfb_destroy(struct sfb *);
139 extern int sfb_addq(struct sfb *, class_queue_t *, struct mbuf *,
141 extern struct mbuf *sfb_getq(struct sfb *, class_queue_t *);
142 extern void sfb_purgeq(struct sfb *, class_queue_t *, u_int32_t,
144 extern void sfb_getstats(struct sfb *, struct sfb_stats *);
145 extern void sfb_updateq(struct sfb *, cqev_t);
146 extern int sfb_suspendq(struct sfb *, class_queue_t *, boolean_t);
H A Dclassq_sfb.c186 static struct zone *sfb_zone; /* zone for sfb */
189 static u_int32_t sfb_random(struct sfb *);
190 static struct mbuf *sfb_getq_flow(struct sfb *, class_queue_t *, u_int32_t,
192 static void sfb_resetq(struct sfb *, cqev_t);
193 static void sfb_calc_holdtime(struct sfb *, u_int64_t);
194 static void sfb_calc_pboxtime(struct sfb *, u_int64_t);
195 static void sfb_calc_hinterval(struct sfb *, u_int64_t *);
196 static void sfb_swap_bins(struct sfb *, u_int32_t);
197 static inline int sfb_pcheck(struct sfb *, struct pf_mtag *);
198 static int sfb_penalize(struct sfb *, struc
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.h116 struct sfb_stats sfb; member in union:priq_classstats::__anon290
131 struct sfb *sfb; /* SFB state */ member in union:priq_class::__anon291
146 #define cl_sfb cl_qalg.sfb
H A Dpktsched_tcq.h88 struct sfb_stats sfb; member in union:tcq_classstats::__anon295
103 struct sfb *sfb; /* SFB state */ member in union:tcq_class::__anon296
118 #define cl_sfb cl_qalg.sfb
H A Dpktsched_fairq.h131 struct sfb_stats sfb; member in union:fairq_classstats::__anon285
161 struct sfb *sfb; /* SFB state */ member in union:fairq_class::__anon286
187 #define cl_sfb cl_qalg.sfb
H A Dpktsched_qfq.h118 struct sfb_stats sfb; member in union:qfq_classstats::__anon292
209 struct sfb *sfb; /* SFB state */ member in union:qfq_class::__anon293
234 #define cl_sfb cl_qalg.sfb
H A Dpktsched_rmclass.h102 struct sfb;
221 struct sfb *sfb; /* SFB state */ member in union:rm_class::__anon294
238 #define sfb_ qalg_.sfb
H A Dpktsched_hfsc.h171 struct sfb_stats sfb; member in union:hfsc_classstats::__anon287
247 struct sfb *sfb; /* SFB state */ member in union:hfsc_class::__anon288
304 #define cl_sfb cl_qalg.sfb
H A Dpktsched_cbq.h150 struct sfb_stats sfb; member in union:cbq_classstats::__anon284
H A Dpktsched_cbq.c504 sfb_getstats(cl->sfb_, &statsp->sfb);
H A Dpktsched_fairq.c1220 sfb_getstats(cl->cl_sfb, &sp->sfb);
H A Dpktsched_priq.c898 sfb_getstats(cl->cl_sfb, &sp->sfb);
H A Dpktsched_tcq.c854 sfb_getstats(cl->cl_sfb, &sp->sfb);
H A Dpktsched_hfsc.c1981 sfb_getstats(cl->cl_sfb, &sp->sfb);
H A Dpktsched_qfq.c1538 sfb_getstats(cl->cl_sfb, &sp->sfb);
/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h986 extern void ifnet_fclist_append(struct sfb *sp, struct sfb_fc_list *fcl);
H A Ddlil.c5730 ifnet_fclist_append(struct sfb *sp, struct sfb_fc_list *fcl)

Completed in 108 milliseconds