TrFilterIndicateReceiveComplete

VOID
   TrFilterIndicateReceiveComplete(
       IN PTR_FILTER Filter
       );

TrFilterIndicateReceiveComplete is called by the NIC driver to indicate to all bound protocol drivers that TrFilterIndicateReceive has returned.

Parameters

Filter

Points to a previously created and initialized Token Ring filter library database.

Comments

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.

See Also

ProtocolReceiveComplete, TrFilterIndicateReceive