Home
last modified time | relevance | path

Searched refs:rt_epoch_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/route/
H A Droute_rtentry.c142 rt = __containerof(ctx, struct rtentry, rt_epoch_ctx); in destroy_rtentry_epoch()
156 NET_EPOCH_CALL(destroy_rtentry_epoch, &rt->rt_epoch_ctx); in rt_free()
H A Droute_var.h183 struct epoch_context rt_epoch_ctx; /* net epoch tracker */ member