Lines Matching defs:fastmap
35 struct route4_fastmap fastmap[16];
71 memset(head->fastmap, 0, sizeof(head->fastmap));
81 /* fastmap updates must look atomic to aling id, iff, filter */
83 head->fastmap[h].id = id;
84 head->fastmap[h].iif = iif;
85 head->fastmap[h].filter = f;
145 if (id == head->fastmap[h].id &&
146 iif == head->fastmap[h].iif &&
147 (f = head->fastmap[h].filter) != NULL) {
335 /* Remove any fastmap lookups that might ref filter
337 * back in the fastmap.