| 221 | |
| 222 | #ifdef VIMAGE |
| 223 | static void |
| 224 | rip_destroy(void *unused __unused) |
| 225 | { |
| 226 | |
| 227 | in_pcbinfo_destroy(&V_ripcbinfo); |
| 228 | } |
| 229 | VNET_SYSUNINIT(raw_ip, SI_SUB_PROTO_DOMAIN, SI_ORDER_FOURTH, rip_destroy, NULL); |
| 230 | #endif |
| 231 |
nothing calls this directly
no test coverage detected