| 809 | vnet_ng_iface_init, NULL); |
| 810 | |
| 811 | static void |
| 812 | vnet_ng_iface_uninit(const void *unused) |
| 813 | { |
| 814 | |
| 815 | delete_unrhdr(V_ng_iface_unit); |
| 816 | } |
| 817 | VNET_SYSUNINIT(vnet_ng_iface_uninit, SI_SUB_INIT_IF, SI_ORDER_ANY, |
| 818 | vnet_ng_iface_uninit, NULL); |
nothing calls this directly
no test coverage detected