00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef __NETLINK_CLI_CLS_H_
00013 #define __NETLINK_CLI_CLS_H_
00014
00015 #include <netlink/route/classifier.h>
00016 #include <netlink/cli/tc.h>
00017
00018 extern struct rtnl_cls * nl_cli_cls_alloc(void);
00019 extern struct nl_cache * nl_cli_cls_alloc_cache(struct nl_sock *,
00020 int, uint32_t);
00021 extern void nl_cli_cls_parse_proto(struct rtnl_cls *, char *);
00022 extern struct rtnl_ematch_tree *nl_cli_cls_parse_ematch(struct rtnl_cls *, char *);
00023
00024 #endif