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

  /src/sys/altq/
altq_hfsc.c 96 static int hfsc_addq(struct hfsc_class *, struct mbuf *);
710 if (hfsc_addq(cl, m) != 0) {
711 /* drop occurred. mbuf was freed in hfsc_addq. */
835 hfsc_addq(struct hfsc_class *cl, struct mbuf *m) function in typeref:typename:int
altq_hfsc.c 96 static int hfsc_addq(struct hfsc_class *, struct mbuf *);
710 if (hfsc_addq(cl, m) != 0) {
711 /* drop occurred. mbuf was freed in hfsc_addq. */
835 hfsc_addq(struct hfsc_class *cl, struct mbuf *m) function in typeref:typename:int

Completed in 49 milliseconds