libnl  3.5.0

Macros

#define MALL_ATTR_CLASSID   0x01
 
#define MALL_ATTR_FLAGS   0x02
 
#define MALL_ATTR_ACTION   0x03
 

Attribute Modifications

int rtnl_mall_set_classid (struct rtnl_cls *cls, uint32_t classid)
 
int rtnl_mall_get_classid (struct rtnl_cls *cls, uint32_t *classid)
 
int rtnl_mall_set_flags (struct rtnl_cls *cls, uint32_t flags)
 
int rtnl_mall_get_flags (struct rtnl_cls *cls, uint32_t *flags)
 
int rtnl_mall_append_action (struct rtnl_cls *cls, struct rtnl_act *act)
 
struct rtnl_act * rtnl_mall_get_first_action (struct rtnl_cls *cls)
 
int rtnl_mall_del_action (struct rtnl_cls *cls, struct rtnl_act *act)
 

Detailed Description