| 407 | } |
| 408 | |
| 409 | static __inline void |
| 410 | inm_acquire(struct in_multi *inm) |
| 411 | { |
| 412 | IN_MULTI_LIST_LOCK(); |
| 413 | inm_acquire_locked(inm); |
| 414 | IN_MULTI_LIST_UNLOCK(); |
| 415 | } |
| 416 | |
| 417 | static __inline void |
| 418 | inm_rele_locked(struct in_multi_head *inmh, struct in_multi *inm) |
nothing calls this directly
no test coverage detected