Question to MS NDIS/WDK folks on NdisFreeNetBufferList()/NdisFreeMdl()

All

  1. Why is there no NdisFreeNetBufferList*s*() like there is NdisReturnNetBufferLists() ?

  2. Can I pass an NBL chain to NdisFreeNetBufferList()?
    Will it then free each NBL in the chain?

  3. Can I pass an MDL chain to NdisFreeMdl()?
    Will it then free each MDL in the chain?

–thx