#include <netlink/netlink.h>
Functions | |
struct rtnl_cls_ops * | rtnl_basic_get_ops (void) |
int | rtnl_basic_set_classid (struct rtnl_cls *, uint32_t) |
uint32_t | rtnl_basic_get_classid (struct rtnl_cls *) |
int | rtnl_basic_set_ematch (struct rtnl_cls *, struct rtnl_ematch_tree *) |
struct rtnl_ematch_tree * | rtnl_basic_get_ematch (struct rtnl_cls *) |
struct rtnl_cls_ops* rtnl_basic_get_ops | ( | void | ) |