MCPcopy Create free account
hub / github.com/F-Stack/f-stack / destroy_rtentry_epoch

Function destroy_rtentry_epoch

freebsd/net/route/route_ctl.c:163–171  ·  view source on GitHub ↗

* Epoch callback indicating rtentry is safe to destroy */

Source from the content-addressed store, hash-verified

161 * Epoch callback indicating rtentry is safe to destroy
162 */
163static void
164destroy_rtentry_epoch(epoch_context_t ctx)
165{
166 struct rtentry *rt;
167
168 rt = __containerof(ctx, struct rtentry, rt_epoch_ctx);
169
170 destroy_rtentry(rt);
171}
172
173/*
174 * Schedule rtentry deletion

Callers

nothing calls this directly

Calls 1

destroy_rtentryFunction · 0.85

Tested by

no test coverage detected