VOID
EthDeleteFilter(
IN PETH_FILTER Filter
);
EthDeleteFilter is called by a NIC driver to delete the memory associated with an Ethernet filter library database.
Parameters
Filter
Points to the filter library database memory to be deleted.
Comments
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.
See Also