6#ifndef NETLINK_CLS_EMATCH_META_H_ 
    7#define NETLINK_CLS_EMATCH_META_H_ 
    9#include <netlink/netlink.h> 
   10#include <netlink/route/cls/ematch.h> 
   11#include <linux/tc_ematch/tc_em_meta.h> 
   20extern struct rtnl_meta_value * rtnl_meta_value_alloc_var(
void *, 
size_t);
 
   21extern struct rtnl_meta_value * rtnl_meta_value_alloc_id(uint8_t, uint16_t,
 
   25extern void     rtnl_ematch_meta_set_lvalue(
struct rtnl_ematch *,
 
   27void            rtnl_ematch_meta_set_rvalue(
struct rtnl_ematch *,
 
   29extern void     rtnl_ematch_meta_set_operand(
struct rtnl_ematch *, uint8_t);