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

Function if_destroymulti

freebsd/net/if.c:3404–3411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3402}
3403
3404static void
3405if_destroymulti(epoch_context_t ctx)
3406{
3407 struct ifmultiaddr *ifma;
3408
3409 ifma = __containerof(ctx, struct ifmultiaddr, ifma_epoch_ctx);
3410 if_freemulti_internal(ifma);
3411}
3412
3413void
3414if_freemulti(struct ifmultiaddr *ifma)

Callers

nothing calls this directly

Calls 1

if_freemulti_internalFunction · 0.85

Tested by

no test coverage detected