HomeSort by: relevance | last modified time | path
    Searched refs:afm (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/altq/
altq_afmap.c 72 static struct afm *afm_match4(struct afm_head *, struct flowinfo_in *);
74 static struct afm *afm_match6(struct afm_head *, struct flowinfo_in6 *);
118 struct afm *
133 struct afm *afm; local in function:afm_add
149 afm = malloc(sizeof(struct afm), M_DEVBUF, M_WAITOK|M_ZERO);
150 if (afm == NULL)
153 afm->afm_vci = flowmap->af_vci;
154 afm->afm_vpi = flowmap->af_vpi
174 struct afm *afm; local in function:afm_removeall
188 struct afm *afm; local in function:afm_lookup
203 struct afm *afm; local in function:afm_match4
232 struct afm *afm; local in function:afm_match6
    [all...]
altq_afmap.h 66 struct afm { struct
67 LIST_ENTRY(afm) afm_list;
89 LIST_HEAD(, afm) afh_head;
93 struct afm *afm_top(struct ifnet *);
97 int afm_remove(struct afm *);
99 struct afm *afm_lookup(struct ifnet *, int, int);
100 struct afm *afm_match(struct ifnet *, struct flowinfo *);
altq_conf.c 64 altqdev_decl(afm);
110 {"afm", afmopen, afmclose, afmioctl}, /* 3 */
  /src/etc/
MAKEDEV.tmpl 1756 for dev in altq cbq wfq afm fifoq red rio localq hfsc cdnr blue priq jobs

Completed in 37 milliseconds