libnl 2.0
|
00001 /* 00002 * netlink/route/cls/ematch/cmp.h Simple Comparison 00003 * 00004 * This library is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU Lesser General Public 00006 * License as published by the Free Software Foundation version 2.1 00007 * of the License. 00008 * 00009 * Copyright (c) 2008 Thomas Graf <tgraf@suug.ch> 00010 */ 00011 00012 #ifndef NETLINK_CLS_EMATCH_CMP_H_ 00013 #define NETLINK_CLS_EMATCH_CMP_H_ 00014 00015 #include <netlink/netlink.h> 00016 #include <netlink/route/cls/ematch.h> 00017 00018 #ifdef __cplusplus 00019 extern "C" { 00020 #endif 00021 00022 extern void rtnl_ematch_cmp_set(struct rtnl_ematch *, 00023 struct tcf_em_cmp *); 00024 extern struct tcf_em_cmp * 00025 rtnl_ematch_cmp_get(struct rtnl_ematch *); 00026 00027 #ifdef __cplusplus 00028 } 00029 #endif 00030 00031 #endif