sys/net/hfsc.c
1021
hfsc_update_ed(struct hfsc_if *hif, struct hfsc_class *cl, int next_len)
sys/net/hfsc.c
1239
hfsc_ellist_insert(struct hfsc_if *hif, struct hfsc_class *cl)
sys/net/hfsc.c
1259
hfsc_ellist_remove(struct hfsc_if *hif, struct hfsc_class *cl)
sys/net/hfsc.c
1265
hfsc_ellist_update(struct hfsc_if *hif, struct hfsc_class *cl)
sys/net/hfsc.c
1300
hfsc_ellist_get_mindl(struct hfsc_if *hif, u_int64_t cur_time)
sys/net/hfsc.c
1705
hfsc_clh2cph(struct hfsc_if *hif, u_int32_t chandle)
sys/net/hfsc.c
180
struct hfsc_if *hif_next; /* interface state list */
sys/net/hfsc.c
198
struct hfsc_class *hfsc_class_create(struct hfsc_if *,
sys/net/hfsc.c
202
int hfsc_class_destroy(struct hfsc_if *,
sys/net/hfsc.c
206
void hfsc_cl_purge(struct hfsc_if *, struct hfsc_class *,
sys/net/hfsc.c
209
void hfsc_update_sc(struct hfsc_if *, struct hfsc_class *, int);
sys/net/hfsc.c
212
void hfsc_set_active(struct hfsc_if *, struct hfsc_class *, int);
sys/net/hfsc.c
213
void hfsc_set_passive(struct hfsc_if *, struct hfsc_class *);
sys/net/hfsc.c
214
void hfsc_init_ed(struct hfsc_if *, struct hfsc_class *, int);
sys/net/hfsc.c
215
void hfsc_update_ed(struct hfsc_if *, struct hfsc_class *, int);
sys/net/hfsc.c
219
void hfsc_ellist_insert(struct hfsc_if *, struct hfsc_class *);
sys/net/hfsc.c
220
void hfsc_ellist_remove(struct hfsc_if *, struct hfsc_class *);
sys/net/hfsc.c
221
void hfsc_ellist_update(struct hfsc_if *, struct hfsc_class *);
sys/net/hfsc.c
222
struct hfsc_class *hfsc_ellist_get_mindl(struct hfsc_if *, u_int64_t);
sys/net/hfsc.c
247
struct hfsc_class *hfsc_clh2cph(struct hfsc_if *, u_int32_t);
sys/net/hfsc.c
354
hfsc_grow_class_tbl(struct hfsc_if *hif, u_int howmany)
sys/net/hfsc.c
382
struct hfsc_if *hif;
sys/net/hfsc.c
400
struct hfsc_if *hif = arg;
sys/net/hfsc.c
477
struct hfsc_if *hif;
sys/net/hfsc.c
572
struct hfsc_if *hif = q;
sys/net/hfsc.c
582
struct hfsc_if *hif = q;
sys/net/hfsc.c
607
struct hfsc_if *hif = ifq->ifq_q;
sys/net/hfsc.c
615
hfsc_class_create(struct hfsc_if *hif, struct hfsc_sc *rsc,
sys/net/hfsc.c
715
hfsc_class_destroy(struct hfsc_if *hif, struct hfsc_class *cl)
sys/net/hfsc.c
799
struct hfsc_if *hif = ifq->ifq_q;
sys/net/hfsc.c
830
struct hfsc_if *hif = ifq->ifq_q;
sys/net/hfsc.c
885
struct hfsc_if *hif = ifq->ifq_q;
sys/net/hfsc.c
895
hfsc_update_sc(struct hfsc_if *hif, struct hfsc_class *cl, int len)
sys/net/hfsc.c
938
struct hfsc_if *hif;
sys/net/hfsc.c
955
hfsc_cl_purge(struct hfsc_if *hif, struct hfsc_class *cl, struct mbuf_list *ml)
sys/net/hfsc.c
970
hfsc_set_active(struct hfsc_if *hif, struct hfsc_class *cl, int len)
sys/net/hfsc.c
981
hfsc_set_passive(struct hfsc_if *hif, struct hfsc_class *cl)
sys/net/hfsc.c
993
hfsc_init_ed(struct hfsc_if *hif, struct hfsc_class *cl, int next_len)
sys/net/hfsc.h
111
struct hfsc_if;