Home
last modified time | relevance | path

Searched refs:gt_rsrr_cache (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/mrouted/
H A Drsrr.c410 rcnp = &gt->gt_rsrr_cache;
448 rc->next = gt->gt_rsrr_cache;
449 gt->gt_rsrr_cache = rc;
468 rcnp = &gt->gt_rsrr_cache;
491 rc = gt->gt_rsrr_cache;
497 gt->gt_rsrr_cache = NULL;
H A Dprune.h40 struct rsrr_cache *gt_rsrr_cache; /* RSRR cache */ member
H A Dprune.c641 gt->gt_rsrr_cache = NULL; in add_table_entry()