6 #ifndef __NETLINK_CLI_CT_H_
7 #define __NETLINK_CLI_CT_H_
9 #include <netlink/netfilter/ct.h>
10 #include <linux/netfilter/nf_conntrack_common.h>
16 extern struct nfnl_ct *nl_cli_ct_alloc(
void);
17 extern struct nl_cache *nl_cli_ct_alloc_cache(
struct nl_sock *);
19 extern void nl_cli_ct_parse_family(
struct nfnl_ct *,
char *);
20 extern void nl_cli_ct_parse_protocol(
struct nfnl_ct *,
char *);
21 extern void nl_cli_ct_parse_mark(
struct nfnl_ct *,
char *);
22 extern void nl_cli_ct_parse_timeout(
struct nfnl_ct *,
char *);
23 extern void nl_cli_ct_parse_id(
struct nfnl_ct *,
char *);
24 extern void nl_cli_ct_parse_use(
struct nfnl_ct *,
char *);
25 extern void nl_cli_ct_parse_src(
struct nfnl_ct *,
int,
char *);
26 extern void nl_cli_ct_parse_dst(
struct nfnl_ct *,
int,
char *);
27 extern void nl_cli_ct_parse_src_port(
struct nfnl_ct *,
int,
char *);
28 extern void nl_cli_ct_parse_dst_port(
struct nfnl_ct *,
int,
char *);
29 extern void nl_cli_ct_parse_tcp_state(
struct nfnl_ct *,
char *);
30 extern void nl_cli_ct_parse_status(
struct nfnl_ct *,
char *);
31 extern void nl_cli_ct_parse_zone(
struct nfnl_ct *,
char *);