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

Function inm_acquire

freebsd/netinet/in_var.h:409–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409static __inline void
410inm_acquire(struct in_multi *inm)
411{
412 IN_MULTI_LIST_LOCK();
413 inm_acquire_locked(inm);
414 IN_MULTI_LIST_UNLOCK();
415}
416
417static __inline void
418inm_rele_locked(struct in_multi_head *inmh, struct in_multi *inm)

Callers

nothing calls this directly

Calls 1

inm_acquire_lockedFunction · 0.70

Tested by

no test coverage detected