Searched refs:ifc_vlan_detach_event (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/net/
H A Diflib.c216 eventhandler_tag ifc_vlan_detach_event; member in struct:iflib_ctx
4828 ctx->ifc_vlan_detach_event =
4846 if (ctx->ifc_vlan_detach_event != NULL) {
4847 EVENTHANDLER_DEREGISTER(vlan_unconfig, ctx->ifc_vlan_detach_event);
4848 ctx->ifc_vlan_detach_event = NULL;

Completed in 131 milliseconds