Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/route/
HDroute_rtentry.c143 rt = __containerof(ctx, struct rtentry, rt_epoch_ctx); in destroy_rtentry_epoch()
157 NET_EPOCH_CALL(destroy_rtentry_epoch, &rt->rt_epoch_ctx); in rt_free()
HDroute_var.h183 struct epoch_context rt_epoch_ctx; /* net epoch tracker */ member