Searched refs:nfnl_ct (Results 1 - 8 of 8) sorted by relevance

/external/libnl/include/netlink/cli/
H A Dct.h18 extern struct nfnl_ct *nl_cli_ct_alloc(void);
21 extern void nl_cli_ct_parse_family(struct nfnl_ct *, char *);
22 extern void nl_cli_ct_parse_protocol(struct nfnl_ct *, char *);
23 extern void nl_cli_ct_parse_mark(struct nfnl_ct *, char *);
24 extern void nl_cli_ct_parse_timeout(struct nfnl_ct *, char *);
25 extern void nl_cli_ct_parse_id(struct nfnl_ct *, char *);
26 extern void nl_cli_ct_parse_use(struct nfnl_ct *, char *);
27 extern void nl_cli_ct_parse_src(struct nfnl_ct *, int, char *);
28 extern void nl_cli_ct_parse_dst(struct nfnl_ct *, int, char *);
29 extern void nl_cli_ct_parse_src_port(struct nfnl_ct *, in
[all...]
/external/libnl/include/netlink/netfilter/
H A Dct.h26 struct nfnl_ct;
30 extern struct nfnl_ct * nfnl_ct_alloc(void);
34 extern int nfnlmsg_ct_parse(struct nlmsghdr *, struct nfnl_ct **);
36 extern void nfnl_ct_get(struct nfnl_ct *);
37 extern void nfnl_ct_put(struct nfnl_ct *);
41 extern int nfnl_ct_build_add_request(const struct nfnl_ct *, int,
43 extern int nfnl_ct_add(struct nl_sock *, const struct nfnl_ct *, int);
45 extern int nfnl_ct_build_delete_request(const struct nfnl_ct *, int,
47 extern int nfnl_ct_delete(struct nl_sock *, const struct nfnl_ct *, int);
49 extern int nfnl_ct_build_query_request(const struct nfnl_ct *, in
[all...]
/external/libnl/src/lib/
H A Dct.c22 struct nfnl_ct *nl_cli_ct_alloc(void)
24 struct nfnl_ct *ct;
38 void nl_cli_ct_parse_family(struct nfnl_ct *ct, char *arg)
50 void nl_cli_ct_parse_protocol(struct nfnl_ct *ct, char *arg)
62 void nl_cli_ct_parse_mark(struct nfnl_ct *ct, char *arg)
68 void nl_cli_ct_parse_timeout(struct nfnl_ct *ct, char *arg)
74 void nl_cli_ct_parse_id(struct nfnl_ct *ct, char *arg)
80 void nl_cli_ct_parse_use(struct nfnl_ct *ct, char *arg)
86 void nl_cli_ct_parse_src(struct nfnl_ct *ct, int reply, char *arg)
95 void nl_cli_ct_parse_dst(struct nfnl_ct *c
[all...]
/external/libnl/lib/netfilter/
H A Dct_obj.c58 struct nfnl_ct *ct = (struct nfnl_ct *) c;
71 struct nfnl_ct *dst = (struct nfnl_ct *) _dst;
72 struct nfnl_ct *src = (struct nfnl_ct *) _src;
119 static void dump_icmp(struct nl_dump_params *p, struct nfnl_ct *ct, int reply)
131 static void ct_dump_tuples(struct nfnl_ct *ct, struct nl_dump_params *p)
176 struct nfnl_ct *ct = (struct nfnl_ct *)
[all...]
H A Dct.c105 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr)
160 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr)
190 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr)
214 static int ct_parse_protoinfo_tcp(struct nfnl_ct *ct, struct nlattr *attr)
231 static int ct_parse_protoinfo(struct nfnl_ct *ct, struct nlattr *attr)
250 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr)
290 int nfnlmsg_ct_parse(struct nlmsghdr *nlh, struct nfnl_ct **result)
292 struct nfnl_ct *ct;
360 struct nfnl_ct *ct;
383 static int nfnl_ct_build_tuple(struct nl_msg *msg, const struct nfnl_ct *c
[all...]
/external/libnl/tests/
H A Dtest-nf-cache-mngr.c6 struct nfnl_ct *ct = (struct nfnl_ct *) obj;
/external/libnl/src/
H A Dnf-ct-list.c52 struct nfnl_ct *ct;
/external/libnl/include/
H A Dnetlink-types.h745 struct nfnl_ct { struct

Completed in 1875 milliseconds