VOID
EthFilterIndicateReceiveComplete(
IN PETH_FILTER Filter
);
EthFilterIndicateReceiveComplete is called by a NIC driver to indicate to all bound protocol drivers that EthFilterIndicateReceive has returned.
To deliver the necessary indications, EthFilterIndicateReceiveComplete calls each protocol’s ProtocolReceiveComplete function once for each indication.
Callers of EthFilterIndicateReceiveComplete run at IRQL <= DISPATCH_LEVEL.