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

Function in6m_acquire

freebsd/netinet6/in6_var.h:835–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833}
834
835static __inline void
836in6m_acquire(struct in6_multi *inm)
837{
838 IN6_MULTI_LIST_LOCK();
839 in6m_acquire_locked(inm);
840 IN6_MULTI_LIST_UNLOCK();
841}
842
843static __inline void
844in6m_rele_locked(struct in6_multi_head *inmh, struct in6_multi *inm)

Callers

nothing calls this directly

Calls 1

in6m_acquire_lockedFunction · 0.70

Tested by

no test coverage detected