Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dexp.h29 struct nfnl_exp;
41 extern struct nfnl_exp * nfnl_exp_alloc(void);
45 extern int nfnlmsg_exp_parse(struct nlmsghdr *, struct nfnl_exp **);
47 extern void nfnl_exp_get(struct nfnl_exp *);
48 extern void nfnl_exp_put(struct nfnl_exp *);
52 extern int nfnl_exp_build_add_request(const struct nfnl_exp *, int,
54 extern int nfnl_exp_add(struct nl_sock *, const struct nfnl_exp *, int);
56 extern int nfnl_exp_build_delete_request(const struct nfnl_exp *, int,
58 extern int nfnl_exp_del(struct nl_sock *, const struct nfnl_exp *, int);
60 extern int nfnl_exp_build_query_request(const struct nfnl_exp *, int,
[all …]
/external/libnl/include/netlink/cli/
Dexp.h19 extern struct nfnl_exp *nl_cli_exp_alloc(void);
22 extern void nl_cli_exp_parse_family(struct nfnl_exp *, char *);
23 extern void nl_cli_exp_parse_timeout(struct nfnl_exp *, char *);
24 extern void nl_cli_exp_parse_id(struct nfnl_exp *, char *);
25 extern void nl_cli_exp_parse_helper_name(struct nfnl_exp *, char *);
26 extern void nl_cli_exp_parse_zone(struct nfnl_exp *, char *);
27 extern void nl_cli_exp_parse_flags(struct nfnl_exp *, char *);
28 extern void nl_cli_exp_parse_class(struct nfnl_exp *, char *);
29 extern void nl_cli_exp_parse_nat_dir(struct nfnl_exp *, char *);
30 extern void nl_cli_exp_parse_fn(struct nfnl_exp *, char *);
[all …]
/external/libnl/lib/netfilter/
Dexp_obj.c66 struct nfnl_exp *exp = (struct nfnl_exp *) c; in exp_free_data()
86 struct nfnl_exp *dst = (struct nfnl_exp *) _dst; in exp_clone()
87 struct nfnl_exp *src = (struct nfnl_exp *) _src; in exp_clone()
172 static void dump_icmp(struct nl_dump_params *p, struct nfnl_exp *exp, int tuple) in dump_icmp()
184 static void exp_dump_tuples(struct nfnl_exp *exp, struct nl_dump_params *p) in exp_dump_tuples()
227 struct nfnl_exp *exp = (struct nfnl_exp *) a; in exp_dump_line()
238 struct nfnl_exp *exp = (struct nfnl_exp *) a; in exp_dump_details()
307 struct nfnl_exp *a = (struct nfnl_exp *) _a; in exp_compare()
308 struct nfnl_exp *b = (struct nfnl_exp *) _b; in exp_compare()
411 struct nfnl_exp *nfnl_exp_alloc(void) in nfnl_exp_alloc()
[all …]
Dexp.c77 static int exp_parse_ip(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_ip()
132 static int exp_parse_proto(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_proto()
164 static int exp_parse_tuple(struct nfnl_exp *exp, int tuple, struct nlattr *attr) in exp_parse_tuple()
188 static int exp_parse_nat(struct nfnl_exp *exp, struct nlattr *attr) in exp_parse_nat()
224 int nfnlmsg_exp_parse(struct nlmsghdr *nlh, struct nfnl_exp **result) in nfnlmsg_exp_parse()
226 struct nfnl_exp *exp; in nfnlmsg_exp_parse()
297 struct nfnl_exp *exp; in exp_msg_parser()
342 static int nfnl_exp_build_tuple(struct nl_msg *msg, const struct nfnl_exp *exp, in nfnl_exp_build_tuple()
414 static int nfnl_exp_build_nat(struct nl_msg *msg, const struct nfnl_exp *exp) in nfnl_exp_build_nat()
436 static int nfnl_exp_build_message(const struct nfnl_exp *exp, int cmd, int flags, in nfnl_exp_build_message()
[all …]
/external/libnl/src/lib/
Dexp.c23 struct nfnl_exp *nl_cli_exp_alloc(void) in nl_cli_exp_alloc()
25 struct nfnl_exp *exp; in nl_cli_exp_alloc()
39 void nl_cli_exp_parse_family(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_family()
51 void nl_cli_exp_parse_timeout(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_timeout()
57 void nl_cli_exp_parse_id(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_id()
63 void nl_cli_exp_parse_helper_name(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_helper_name()
68 void nl_cli_exp_parse_zone(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_zone()
74 void nl_cli_exp_parse_flags(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_flags()
80 void nl_cli_exp_parse_class(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_class()
86 void nl_cli_exp_parse_nat_dir(struct nfnl_exp *exp, char *arg) in nl_cli_exp_parse_nat_dir()
[all …]
/external/libnl/src/
Dnf-exp-list.c52 struct nfnl_exp *exp; in main()
Dnf-exp-delete.c59 struct nfnl_exp *exp; in main()
Dnf-exp-add.c60 struct nfnl_exp *exp; in main()
/external/libnl/include/netlink-private/
Dtypes.h855 struct nfnl_exp { struct