rsrr_cache
struct rsrr_cache *gt_rsrr_cache; /* RSRR cache */
rsrr_cache(gt,route_query);
struct rsrr_cache *rc, **rcnp;
rc = malloc(sizeof(struct rsrr_cache));
struct rsrr_cache *rc, **rcnp;
struct rsrr_cache *rc,*rc_next;
static void rsrr_cache(struct gtable *gt, struct rsrr_rq *route_query);
struct rsrr_cache *next; /* next cache item */