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

Function if_freemulti

freebsd/net/if.c:3413–3420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3411}
3412
3413void
3414if_freemulti(struct ifmultiaddr *ifma)
3415{
3416 KASSERT(ifma->ifma_refcount == 0, ("if_freemulti_epoch: refcount %d",
3417 ifma->ifma_refcount));
3418
3419 NET_EPOCH_CALL(if_destroymulti, &ifma->ifma_epoch_ctx);
3420}
3421
3422/*
3423 * Register an additional multicast address with a network interface.

Callers 4

inm_disconnectFunction · 0.85
in6m_disconnect_lockedFunction · 0.85
if_addmultiFunction · 0.85
if_delmulti_lockedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected