netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nla_policy Struct Reference

Attribute validation policy. More...

#include <attr.h>

Data Fields

uint16_t type
 Type of attribute or NLA_UNSPEC. More...
 
uint16_t minlen
 Minimal length of payload required. More...
 
uint16_t maxlen
 Maximal length of payload allowed. More...
 

Detailed Description

Attribute validation policy.

See Attribute Data Types for more details.

Field Documentation

uint16_t nla_policy::maxlen

Maximal length of payload allowed.

uint16_t nla_policy::minlen

Minimal length of payload required.

uint16_t nla_policy::type

Type of attribute or NLA_UNSPEC.


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