/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.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.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_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_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 *);
|