VOID
EthDeleteFilter(
IN PETH_FILTER Filter
);
EthDeleteFilter is called by a NIC driver to delete the memory associated with an Ethernet filter library database.
This function assumes that any active filters have been cleared from the database.
Drivers usually call EthDeleteFilter when they are unloading.
Callers of EthDeleteFilter run at IRQL PASSIVE_LEVEL.