HomeSort by: relevance | last modified time | path
    Searched defs:hfsc_attach (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_hfsc.c 69 static int hfsc_attach(struct ifinfo *);
88 hfsc_attach,
991 hfsc_attach(struct ifinfo *ifinfo) function in typeref:typename:int
993 struct hfsc_attach attach;
  /src/sys/altq/
altq_hfsc.h 115 struct hfsc_attach { struct
166 #define HFSC_IF_ATTACH _IOW('Q', 1, struct hfsc_attach)
altq_hfsc.c 147 static struct hfsc_if *hfsc_attach(struct ifaltq *, u_int);
152 static int hfsccmd_if_attach(struct hfsc_attach *);
1712 hfsc_attach(struct ifaltq *ifq, u_int bandwidth) function in typeref:struct:hfsc_if *
1929 error = hfsccmd_if_attach((struct hfsc_attach *)addr);
2001 hfsccmd_if_attach(struct hfsc_attach *ap)
2010 if ((hif = hfsc_attach(&ifp->if_snd, ap->bandwidth)) == NULL)

Completed in 16 milliseconds