OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA (Compact 2013)

3/26/2014

A transport protocol sets OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA to request that a miniport driver delete a UDP-ESP security association (SA) and, possibly, a parser entry from a network adapter parser entry list. The SA and parser entry information is formatted as an OFFLOAD_IPSEC_DELETE_UDPESP_SA structure.

If the EncapTypeEntryOffldHandle is NULL, the miniport should delete the specified SA from the network adapter and free any system resources allocated for the SA. If the EncapTypeEntryOffldHandle is non-NULL, the miniport should also delete the specified parser entry from the network adapter's parser entry list.

Note that a transport protocol could request a miniport to delete an SA and/or parser entry before the miniport has completed adding that SA and/or parser entry. The miniport must therefore serialize the deletion operation with the addition operation.

Requirements

Header

ntddndis.h

See Also

Reference

Task Offload OIDs (NDIS 5.1)