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...] |