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>
16extern struct nfnl_ct *nl_cli_ct_alloc(
void);
17extern struct nl_cache *nl_cli_ct_alloc_cache(
struct nl_sock *);
19extern void nl_cli_ct_parse_family(
struct nfnl_ct *,
char *);
20extern void nl_cli_ct_parse_protocol(
struct nfnl_ct *,
char *);
21extern void nl_cli_ct_parse_mark(
struct nfnl_ct *,
char *);
22extern void nl_cli_ct_parse_timeout(
struct nfnl_ct *,
char *);
23extern void nl_cli_ct_parse_id(
struct nfnl_ct *,
char *);
24extern void nl_cli_ct_parse_use(
struct nfnl_ct *,
char *);
25extern void nl_cli_ct_parse_src(
struct nfnl_ct *,
int,
char *);
26extern void nl_cli_ct_parse_dst(
struct nfnl_ct *,
int,
char *);
27extern void nl_cli_ct_parse_src_port(
struct nfnl_ct *,
int,
char *);
28extern void nl_cli_ct_parse_dst_port(
struct nfnl_ct *,
int,
char *);
29extern void nl_cli_ct_parse_tcp_state(
struct nfnl_ct *,
char *);
30extern void nl_cli_ct_parse_status(
struct nfnl_ct *,
char *);
31extern void nl_cli_ct_parse_zone(
struct nfnl_ct *,
char *);