Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
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 *, int,
[all …]
/external/libnl/include/netlink/cli/
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 *, int, char *);
[all …]
/external/libnl/lib/netfilter/
Dct_obj.c58 struct nfnl_ct *ct = (struct nfnl_ct *) c; in ct_free_data()
71 struct nfnl_ct *dst = (struct nfnl_ct *) _dst; in ct_clone()
72 struct nfnl_ct *src = (struct nfnl_ct *) _src; in ct_clone()
119 static void dump_icmp(struct nl_dump_params *p, struct nfnl_ct *ct, int reply) in dump_icmp()
131 static void ct_dump_tuples(struct nfnl_ct *ct, struct nl_dump_params *p) in ct_dump_tuples()
176 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_line()
200 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_details()
256 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_stats()
276 struct nfnl_ct *a = (struct nfnl_ct *) _a; in ct_compare()
277 struct nfnl_ct *b = (struct nfnl_ct *) _b; in ct_compare()
[all …]
Dct.c105 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip()
160 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto()
190 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple()
214 static int ct_parse_protoinfo_tcp(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_protoinfo_tcp()
231 static int ct_parse_protoinfo(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_protoinfo()
250 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters()
290 int nfnlmsg_ct_parse(struct nlmsghdr *nlh, struct nfnl_ct **result) in nfnlmsg_ct_parse()
292 struct nfnl_ct *ct; in nfnlmsg_ct_parse()
360 struct nfnl_ct *ct; in ct_msg_parser()
383 static int nfnl_ct_build_tuple(struct nl_msg *msg, const struct nfnl_ct *ct, in nfnl_ct_build_tuple()
[all …]
/external/libnl/src/lib/
Dct.c22 struct nfnl_ct *nl_cli_ct_alloc(void) in nl_cli_ct_alloc()
24 struct nfnl_ct *ct; in nl_cli_ct_alloc()
38 void nl_cli_ct_parse_family(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_family()
50 void nl_cli_ct_parse_protocol(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_protocol()
62 void nl_cli_ct_parse_mark(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_mark()
68 void nl_cli_ct_parse_timeout(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_timeout()
74 void nl_cli_ct_parse_id(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_id()
80 void nl_cli_ct_parse_use(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_use()
86 void nl_cli_ct_parse_src(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_src()
95 void nl_cli_ct_parse_dst(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_dst()
[all …]
/external/libnl/tests/
Dtest-nf-cache-mngr.c6 struct nfnl_ct *ct = (struct nfnl_ct *) obj; in change_cb()
/external/libnl/src/
Dnf-ct-list.c52 struct nfnl_ct *ct; in main()
/external/libnl/include/
Dnetlink-types.h745 struct nfnl_ct { struct