Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dct.h26 struct nfnl_ct;
35 extern struct nfnl_ct * nfnl_ct_alloc(void);
39 extern int nfnlmsg_ct_parse(struct nlmsghdr *, struct nfnl_ct **);
41 extern void nfnl_ct_get(struct nfnl_ct *);
42 extern void nfnl_ct_put(struct nfnl_ct *);
46 extern int nfnl_ct_build_add_request(const struct nfnl_ct *, int,
48 extern int nfnl_ct_add(struct nl_sock *, const struct nfnl_ct *, int);
50 extern int nfnl_ct_build_delete_request(const struct nfnl_ct *, int,
52 extern int nfnl_ct_del(struct nl_sock *, const struct nfnl_ct *, int);
54 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.c61 struct nfnl_ct *ct = (struct nfnl_ct *) c; in ct_free_data()
74 struct nfnl_ct *dst = (struct nfnl_ct *) _dst; in ct_clone()
75 struct nfnl_ct *src = (struct nfnl_ct *) _src; in ct_clone()
122 static void dump_icmp(struct nl_dump_params *p, struct nfnl_ct *ct, int reply) in dump_icmp()
134 static void ct_dump_tuples(struct nfnl_ct *ct, struct nl_dump_params *p) in ct_dump_tuples()
179 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_line()
217 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_details()
273 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_stats()
304 struct nfnl_ct *a = (struct nfnl_ct *) _a; in ct_compare()
305 struct nfnl_ct *b = (struct nfnl_ct *) _b; in ct_compare()
[all …]
Dct.c102 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip()
157 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto()
200 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple()
224 static int ct_parse_protoinfo_tcp(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_protoinfo_tcp()
241 static int ct_parse_protoinfo(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_protoinfo()
260 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters()
300 static int ct_parse_timestamp(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_timestamp()
318 int nfnlmsg_ct_parse(struct nlmsghdr *nlh, struct nfnl_ct **result) in nfnlmsg_ct_parse()
320 struct nfnl_ct *ct; in nfnlmsg_ct_parse()
396 struct nfnl_ct *ct; in ct_msg_parser()
[all …]
/external/libnl/src/lib/
Dct.c23 struct nfnl_ct *nl_cli_ct_alloc(void) in nl_cli_ct_alloc()
25 struct nfnl_ct *ct; in nl_cli_ct_alloc()
39 void nl_cli_ct_parse_family(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_family()
51 void nl_cli_ct_parse_protocol(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_protocol()
63 void nl_cli_ct_parse_mark(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_mark()
69 void nl_cli_ct_parse_timeout(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_timeout()
75 void nl_cli_ct_parse_id(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_id()
81 void nl_cli_ct_parse_use(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_use()
87 void nl_cli_ct_parse_src(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_src()
96 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.c8 struct nfnl_ct *ct = (struct nfnl_ct *) obj; in change_cb()
/external/libnl/src/
Dnf-ct-list.c55 struct nfnl_ct *ct; in main()
Dnf-ct-add.c54 struct nfnl_ct *ct; in main()
/external/libnl/include/netlink-private/
Dtypes.h919 struct nfnl_ct { struct