Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/mrouted/
H A Drsrr.c393 rcnp = &gt->gt_rsrr_cache; in rsrr_cache()
431 rc->next = gt->gt_rsrr_cache; in rsrr_cache()
432 gt->gt_rsrr_cache = rc; in rsrr_cache()
449 rcnp = &gt->gt_rsrr_cache; in rsrr_cache_send()
470 rc = gt->gt_rsrr_cache; in rsrr_cache_clean()
476 gt->gt_rsrr_cache = NULL; in rsrr_cache_clean()
H A Dprune.h40 struct rsrr_cache *gt_rsrr_cache; /* RSRR cache */ member
H A Dprune.c420 gt->gt_rsrr_cache = NULL; in add_table_entry()