Home
last modified time | relevance | path

Searched refs:hfsc_if (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/net/
Dhfsc.c181 struct hfsc_if { struct
182 struct hfsc_if *hif_next; /* interface state list */ argument
200 struct hfsc_class *hfsc_class_create(struct hfsc_if *, argument
204 int hfsc_class_destroy(struct hfsc_if *,
208 void hfsc_cl_purge(struct hfsc_if *, struct hfsc_class *,
211 void hfsc_update_sc(struct hfsc_if *, struct hfsc_class *, int);
214 void hfsc_set_active(struct hfsc_if *, struct hfsc_class *, int);
215 void hfsc_set_passive(struct hfsc_if *, struct hfsc_class *);
216 void hfsc_init_ed(struct hfsc_if *, struct hfsc_class *, int);
217 void hfsc_update_ed(struct hfsc_if *, struct hfsc_class *, int);
[all …]
Dhfsc.h111 struct hfsc_if;