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

/freebsd-11-stable/sys/net/
H A Diflib.c215 eventhandler_tag ifc_vlan_attach_event; member in struct:iflib_ctx
4825 ctx->ifc_vlan_attach_event =
4842 if (ctx->ifc_vlan_attach_event != NULL) {
4843 EVENTHANDLER_DEREGISTER(vlan_config, ctx->ifc_vlan_attach_event);
4844 ctx->ifc_vlan_attach_event = NULL;

Completed in 175 milliseconds