question about locking in netvmini

I was going over the netvmini sample and I was wondering why routines
like HWIsFrameAcceptedByPacketFilter and NICSetPacketFilter do not
synchronize wrt accesses of Adapter->PacketFilter. Shouldn’t the
querying and setting of packetfilter use a RW lock for each Adapter to
be MP safe?

Thanks!