Data Structures | |
struct | rtnl_basic |
Attribute Modifications | |
int | rtnl_basic_set_classid (struct rtnl_cls *cls, uint32_t classid) |
uint32_t | rtnl_basic_get_classid (struct rtnl_cls *cls) |
int | rtnl_basic_set_ematch (struct rtnl_cls *cls, struct rtnl_ematch_tree *tree) |
struct rtnl_ematch_tree * | rtnl_basic_get_ematch (struct rtnl_cls *cls) |
struct rtnl_ematch_tree* rtnl_basic_get_ematch | ( | struct rtnl_cls * | cls | ) |
References rtnl_basic::b_classid, rtnl_basic::b_mask, and rtnl_cls_data().
int rtnl_basic_set_ematch | ( | struct rtnl_cls * | cls, |
struct rtnl_ematch_tree * | tree | ||
) |
References rtnl_basic::b_ematch, rtnl_basic::b_mask, rtnl_cls_data(), and rtnl_ematch_tree_free().