VOID
TrFilterIndicateReceiveComplete(
IN PTR_FILTER Filter
);
TrFilterIndicateReceiveComplete is called by the NIC driver to indicate to all bound protocol drivers that TrFilterIndicateReceive has returned.
To deliver the necessary indications, TrFilterIndicateReceiveComplete calls the ProtocolReceiveComplete functions of the appropriate protocol drivers once for each indication.
Callers of TrFilterIndicateReceiveComplete run at IRQL <= DISPATCH_LEVEL.