Home
last modified time | relevance | path

Searched refs:nf_expect (Results 1 – 25 of 27) sorted by relevance

12

/external/libnetfilter_conntrack/src/expect/
Dcompare.c14 const struct nf_expect *exp1, in exp_cmp()
15 const struct nf_expect *exp2, in exp_cmp()
17 int (*cmp)(const struct nf_expect *exp1, in exp_cmp()
18 const struct nf_expect *exp2, in exp_cmp()
38 cmp_exp_master(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_master()
46 cmp_exp_expected(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_expected()
54 cmp_exp_mask(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_mask()
63 cmp_exp_zone(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_zone()
70 cmp_exp_flags(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_flags()
77 cmp_exp_hname(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_hname()
[all …]
Dgetter.c12 static const void *get_exp_attr_master(const struct nf_expect *exp) in get_exp_attr_master()
17 static const void *get_exp_attr_expected(const struct nf_expect *exp) in get_exp_attr_expected()
22 static const void *get_exp_attr_mask(const struct nf_expect *exp) in get_exp_attr_mask()
27 static const void *get_exp_attr_timeout(const struct nf_expect *exp) in get_exp_attr_timeout()
32 static const void *get_exp_attr_zone(const struct nf_expect *exp) in get_exp_attr_zone()
37 static const void *get_exp_attr_flags(const struct nf_expect *exp) in get_exp_attr_flags()
42 static const void *get_exp_attr_class(const struct nf_expect *exp) in get_exp_attr_class()
47 static const void *get_exp_attr_helper_name(const struct nf_expect *exp) in get_exp_attr_helper_name()
52 static const void *get_exp_attr_nat_dir(const struct nf_expect *exp) in get_exp_attr_nat_dir()
57 static const void *get_exp_attr_nat_tuple(const struct nf_expect *exp) in get_exp_attr_nat_tuple()
[all …]
Dapi.c28 struct nf_expect *nfexp_new(void) in nfexp_new()
30 struct nf_expect *exp; in nfexp_new()
32 exp = malloc(sizeof(struct nf_expect)); in nfexp_new()
36 memset(exp, 0, sizeof(struct nf_expect)); in nfexp_new()
45 void nfexp_destroy(struct nf_expect *exp) in nfexp_destroy()
56 size_t nfexp_sizeof(const struct nf_expect *exp) in nfexp_sizeof()
78 return sizeof(struct nf_expect); in nfexp_maxsize()
88 struct nf_expect *nfexp_clone(const struct nf_expect *exp) in nfexp_clone()
90 struct nf_expect *clone; in nfexp_clone()
126 int nfexp_cmp(const struct nf_expect *exp1, const struct nf_expect *exp2, in nfexp_cmp()
[all …]
Dsetter.c12 static void set_exp_attr_master(struct nf_expect *exp, const void *value) in set_exp_attr_master()
17 static void set_exp_attr_expected(struct nf_expect *exp, const void *value) in set_exp_attr_expected()
22 static void set_exp_attr_mask(struct nf_expect *exp, const void *value) in set_exp_attr_mask()
27 static void set_exp_attr_timeout(struct nf_expect *exp, const void *value) in set_exp_attr_timeout()
32 static void set_exp_attr_zone(struct nf_expect *exp, const void *value) in set_exp_attr_zone()
37 static void set_exp_attr_flags(struct nf_expect *exp, const void *value) in set_exp_attr_flags()
42 static void set_exp_attr_class(struct nf_expect *exp, const void *value) in set_exp_attr_class()
47 static void set_exp_attr_helper_name(struct nf_expect *exp, const void *value) in set_exp_attr_helper_name()
53 static void set_exp_attr_nat_dir(struct nf_expect *exp, const void *value) in set_exp_attr_nat_dir()
58 static void set_exp_attr_nat_tuple(struct nf_expect *exp, const void *value) in set_exp_attr_nat_tuple()
[all …]
Dbuild.c14 const struct nf_expect *exp) in __build_timeout()
20 const struct nf_expect *exp) in __build_zone()
26 size_t size, const struct nf_expect *exp) in __build_flags()
33 const struct nf_expect *exp) in __build_class()
39 const struct nf_expect *exp) in __build_helper_name()
46 size_t size, const struct nf_expect *exp) in __build_expectfn()
57 const struct nf_expect *exp) in __build_expect()
Dsnprintf_default.c14 const struct nf_expect *exp) in __snprintf_expect_timeout()
24 const struct nf_expect *exp) in __snprintf_expect_class()
34 const struct nf_expect *exp) in __snprintf_expect_proto()
42 const struct nf_expect *exp, in __snprintf_expect_default()
Dsnprintf_xml.c54 const struct nf_expect *exp, unsigned int flags) in snprintf_expect_meta_xml()
120 snprintf_expect_layer3_xml(char *buf, size_t len, const struct nf_expect *exp) in snprintf_expect_layer3_xml()
180 snprintf_expect_layer4_xml(char *buf, size_t len, const struct nf_expect *exp) in snprintf_expect_layer4_xml()
240 const struct nf_expect *exp, in __snprintf_expect_xml()
Dsnprintf.c14 const struct nf_expect *exp, in __snprintf_expect()
Dbuild_mnl.c16 nfexp_nlmsg_build(struct nlmsghdr *nlh, const struct nf_expect *exp) in nfexp_nlmsg_build()
Dparse_mnl.c50 int nfexp_nlmsg_parse(const struct nlmsghdr *nlh, struct nf_expect *exp) in nfexp_nlmsg_parse()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h598 struct nf_expect;
617 extern struct nf_expect *nfexp_new(void);
618 extern void nfexp_destroy(struct nf_expect *exp);
621 extern struct nf_expect *nfexp_clone(const struct nf_expect *exp);
624 extern size_t nfexp_sizeof(const struct nf_expect *exp);
634 struct nf_expect *exp,
645 struct nf_expect *exp,
652 extern void nfexp_set_attr(struct nf_expect *exp,
656 extern void nfexp_set_attr_u8(struct nf_expect *exp,
660 extern void nfexp_set_attr_u16(struct nf_expect *exp,
[all …]
/external/libnetfilter_conntrack/include/internal/
Dprototypes.h49 …ssh, struct nfnlhdr *req, size_t size, uint16_t type, uint16_t flags, const struct nf_expect *exp);
51 void __parse_expect(const struct nlmsghdr *nlh, struct nfattr *cda[], struct nf_expect *exp);
53 int __cmp_expect(const struct nf_expect *exp1, const struct nf_expect *exp2, unsigned int flags);
54 int __snprintf_expect(char *buf, unsigned int len, const struct nf_expect *exp, unsigned int type, …
55 int __snprintf_expect_default(char *buf, unsigned int len, const struct nf_expect *exp, unsigned in…
56 int __snprintf_expect_xml(char *buf, unsigned int len, const struct nf_expect *exp, unsigned int ms…
Dtypes.h23 typedef void (*set_exp_attr)(struct nf_expect *exp, const void *value);
24 typedef const void *(*get_exp_attr)(const struct nf_expect *exp);
Dobject.h38 struct nf_expect *exp,
44 struct nf_expect *exp,
294 struct nf_expect { struct
/external/libnetfilter_conntrack/utils/
Dexpect_get.c10 struct nf_expect *exp, in cb()
26 struct nf_expect *exp; in main()
Dexpect_dump.c9 struct nf_expect *exp, in cb()
Dexpect_events.c9 struct nf_expect *exp, in event_cb()
Dexpect_delete.c14 struct nf_expect *exp; in main()
Dctexp_events.c25 exp_event_cb(enum nf_conntrack_msg_type type,struct nf_expect *exp, void *data) in exp_event_cb()
Dexpect_create.c20 struct nf_expect *exp; in main()
Dexpect_create_userspace.c20 struct nf_expect *exp; in main()
Dexpect_create_nat.c20 struct nf_expect *exp; in main()
/external/libnetfilter_conntrack/examples/
Dnfexp-mnl-event.c11 struct nf_expect *exp; in data_cb()
Dnfexp-mnl-dump.c12 struct nf_expect *exp; in data_cb()
/external/libnetfilter_conntrack/src/
Dcallback.c37 struct nf_expect *exp = NULL; in __callback()

12