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