12 #ifndef __NETLINK_CLI_CLS_H_ 13 #define __NETLINK_CLI_CLS_H_ 15 #include <netlink/route/classifier.h> 16 #include <netlink/cli/tc.h> 18 extern struct rtnl_cls * nl_cli_cls_alloc(
void);
19 extern struct nl_cache * nl_cli_cls_alloc_cache(
struct nl_sock *,
21 extern void nl_cli_cls_parse_proto(
struct rtnl_cls *,
char *);
22 extern struct rtnl_ematch_tree *nl_cli_cls_parse_ematch(
struct rtnl_cls *,
char *);