Lines Matching defs:fastmap
36 struct route4_fastmap fastmap[16];
72 memset(head->fastmap, 0, sizeof(head->fastmap));
82 /* fastmap updates must look atomic to aling id, iff, filter */
84 head->fastmap[h].id = id;
85 head->fastmap[h].iif = iif;
86 head->fastmap[h].filter = f;
147 if (id == head->fastmap[h].id &&
148 iif == head->fastmap[h].iif &&
149 (f = head->fastmap[h].filter) != NULL) {
337 /* Remove any fastmap lookups that might ref filter
339 * back in the fastmap.