| 676 | vnet_ng_eiface_init, NULL); |
| 677 | |
| 678 | static void |
| 679 | vnet_ng_eiface_uninit(const void *unused) |
| 680 | { |
| 681 | |
| 682 | delete_unrhdr(V_ng_eiface_unit); |
| 683 | } |
| 684 | VNET_SYSUNINIT(vnet_ng_eiface_uninit, SI_SUB_INIT_IF, SI_ORDER_ANY, |
| 685 | vnet_ng_eiface_uninit, NULL); |
nothing calls this directly
no test coverage detected