#include <netlink-local.h>
#include <netlink-tc.h>
#include <netlink/netlink.h>
#include <netlink/route/classifier.h>
#include <netlink/route/classifier-modules.h>
#include <netlink/route/cls/ematch.h>
Tree | |
struct rtnl_ematch_tree * | rtnl_ematch_tree_alloc (uint16_t progid) |
void | rtnl_ematch_tree_free (struct rtnl_ematch_tree *tree) |
void | rtnl_ematch_tree_add_tail (struct rtnl_ematch_tree *tree, struct rtnl_ematch *ematch) |
int | rtnl_ematch_parse (struct nlattr *attr, struct rtnl_ematch_tree **result) |
Parse ematch netlink attributes. More... | |
void | rtnl_ematch_tree_dump (struct rtnl_ematch_tree *tree, struct nl_dump_params *p) |