| 833 | } |
| 834 | |
| 835 | static __inline void |
| 836 | in6m_acquire(struct in6_multi *inm) |
| 837 | { |
| 838 | IN6_MULTI_LIST_LOCK(); |
| 839 | in6m_acquire_locked(inm); |
| 840 | IN6_MULTI_LIST_UNLOCK(); |
| 841 | } |
| 842 | |
| 843 | static __inline void |
| 844 | in6m_rele_locked(struct in6_multi_head *inmh, struct in6_multi *inm) |
nothing calls this directly
no test coverage detected