| 176 | } |
| 177 | |
| 178 | static void |
| 179 | rip_delhash(struct inpcb *inp) |
| 180 | { |
| 181 | |
| 182 | INP_INFO_WLOCK_ASSERT(inp->inp_pcbinfo); |
| 183 | INP_WLOCK_ASSERT(inp); |
| 184 | |
| 185 | CK_LIST_REMOVE(inp, inp_hash); |
| 186 | } |
| 187 | #endif /* INET */ |
| 188 | |
| 189 | /* |
no outgoing calls
no test coverage detected