libnl  3.2.24-rc1
rtnl_ematch_ops Struct Reference

Extended Match Operations. More...

#include <ematch.h>

Data Fields

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

Detailed Description

Extended Match Operations.

Definition at line 33 of file ematch.h.