Matrix of NL2 Filter Driver (RTNDFLT) Functions

This matrix lists the supported Filter Driver API functions called by the Network Link Layer (NL2). Their prototypes are declared in the Rtnd.h header file.

Function Description
RtndfltInitDriver Initializes the filter driver and exchanges global information between the filter driver and the Network Link Layer (NL2).
RtndfltEndDriver Ends a filter driver.
RtndfltManageRxQueue Initializes an instance of the filter driver for the specified Rx Queue.
RtndfltUnmanageRxQueue Removes all associations made for a given Rx Queue.
RtndfltReceiveFrames Inspects a batch of NL2 Buffers (represented by a linked list of RTND Buffer Headers) corresponding to a burst of received frames on the specified Rx Queue and determines for each whether it will be dropped or passed to the application.

See Also: