#include <ematch.h>
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 |
size_t rtnl_ematch_ops::eo_datalen |
Referenced by rtnl_ematch_alloc(), and rtnl_ematch_parse().
void(* rtnl_ematch_ops::eo_dump)(struct rtnl_ematch *, struct nl_dump_params *) |
int rtnl_ematch_ops::eo_kind |
Referenced by rtnl_ematch_alloc(), rtnl_ematch_lookup_ops(), rtnl_ematch_register(), and rtnl_ematch_unregister().
struct nl_list_head rtnl_ematch_ops::eo_list |
Referenced by rtnl_ematch_lookup_ops(), rtnl_ematch_lookup_ops_name(), rtnl_ematch_register(), and rtnl_ematch_unregister().
const char* rtnl_ematch_ops::eo_name |
Referenced by rtnl_ematch_lookup_ops_name().
int(* rtnl_ematch_ops::eo_parse)(struct rtnl_ematch *, void *, size_t) |
Referenced by rtnl_ematch_parse().