API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_ipsec_op_flag_t Struct Reference

IPSEC operation flags. More...

#include <ipsec_types.h>

Data Fields

union { 
 
   struct { 
 
      uint32_t   inline_mode: 1 
 Packet was processed in inline mode. More...
 
   }  
 Operation flags.
 
   uint32_t   all 
 All flag bits. More...
 
};  
 IPSEC operations flags.
 

Detailed Description

IPSEC operation flags.

Definition at line 1225 of file api/spec/ipsec_types.h.

Field Documentation

◆ inline_mode

uint32_t odp_ipsec_op_flag_t::inline_mode

Packet was processed in inline mode.

Examples
ipsec_api/odp_ipsec.c.

Definition at line 1231 of file api/spec/ipsec_types.h.

◆ all

uint32_t odp_ipsec_op_flag_t::all

All flag bits.

This field can be used to set/clear all flags, or to perform bitwise operations over those.

Definition at line 1239 of file api/spec/ipsec_types.h.


The documentation for this struct was generated from the following file: