libnl 3.7.0
|
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 |
int(* rtnl_ematch_ops::eo_parse) (struct rtnl_ematch *, void *, size_t) |
void(* rtnl_ematch_ops::eo_dump) (struct rtnl_ematch *, struct nl_dump_params *) |
int(* rtnl_ematch_ops::eo_fill) (struct rtnl_ematch *, struct nl_msg *) |
struct nl_list_head rtnl_ematch_ops::eo_list |