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

#include <ematch.h>

Collaboration diagram for rtnl_ematch_ops:

Data Fields

int eo_kind
 
const char * eo_name
 
size_t eo_datalen
 
int(* eo_parse )(struct rtnl_ematch *, void *, size_t)
 
void(* eo_dump )(struct rtnl_ematch *, struct nl_dump_params *)
 
struct nl_list_head eo_list
 

Field Documentation

size_t rtnl_ematch_ops::eo_datalen
void(* rtnl_ematch_ops::eo_dump)(struct rtnl_ematch *, struct nl_dump_params *)
const char* rtnl_ematch_ops::eo_name
int(* rtnl_ematch_ops::eo_parse)(struct rtnl_ematch *, void *, size_t)

Referenced by rtnl_ematch_parse().


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