MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vxlan_unload

Function vxlan_unload

freebsd/net/if_vxlan.c:3600–3609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3598}
3599
3600static void
3601vxlan_unload(void)
3602{
3603
3604 EVENTHANDLER_DEREGISTER(ifnet_departure_event,
3605 vxlan_ifdetach_event_tag);
3606 if_clone_detach(vxlan_cloner);
3607 mtx_destroy(&vxlan_list_mtx);
3608 MPASS(LIST_EMPTY(&vxlan_socket_list));
3609}
3610
3611static int
3612vxlan_modevent(module_t mod, int type, void *unused)

Callers 1

vxlan_modeventFunction · 0.85

Calls 1

if_clone_detachFunction · 0.85

Tested by

no test coverage detected