libnl 3.7.0
|
Data Structures | |
struct | rtnl_basic |
Attribute Modifications | |
void | rtnl_basic_set_target (struct rtnl_cls *cls, uint32_t target) |
uint32_t | rtnl_basic_get_target (struct rtnl_cls *cls) |
void | 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) |
int | rtnl_basic_add_action (struct rtnl_cls *cls, struct rtnl_act *act) |
struct rtnl_act * | rtnl_basic_get_action (struct rtnl_cls *cls) |
int | rtnl_basic_del_action (struct rtnl_cls *cls, struct rtnl_act *act) |
void rtnl_basic_set_target | ( | struct rtnl_cls * | cls, |
uint32_t | target | ||
) |
void 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 | ) |
int rtnl_basic_add_action | ( | struct rtnl_cls * | cls, |
struct rtnl_act * | act | ||
) |
struct rtnl_act * rtnl_basic_get_action | ( | struct rtnl_cls * | cls | ) |