Site icon EfmSoft

What does NTSTATUS 0xC0220103 (STATUS_FWP_CANNOT_PEND) mean?

 
Previous Next
STATUS_FWP_INJECT_HANDLE_STALE STATUS_FWP_DROP_NOICMP

STATUS_FWP_CANNOT_PEND

The callout attempted to pend a classify that must complete inline

Some classify paths allow asynchronous pend/complete processing and others do not. This status means the callout attempted to defer a classification that WFP requires to finish synchronously.

Identify the layer and classifyFn path where code attempted to pend the operation. Only specific WFP paths permit pended classification, so move asynchronous work to a supported point in the callout design.

What to inspect

  • Check the layer and classify contract before pending.
  • Use inline permit/block when pending is not allowed.
  • Do not treat this as packet loss; it is a callout contract violation.

References for STATUS_FWP_CANNOT_PEND


Looking for a different code? Search another status or error code.

Exit mobile version