Home | History | Annotate | Download | only in expect

Lines Matching refs:exp

12 static const void *get_exp_attr_master(const struct nf_expect *exp)
14 return &exp->master;
17 static const void *get_exp_attr_expected(const struct nf_expect *exp)
19 return &exp->expected;
22 static const void *get_exp_attr_mask(const struct nf_expect *exp)
24 return &exp->mask;
27 static const void *get_exp_attr_timeout(const struct nf_expect *exp)
29 return &exp->timeout;
32 static const void *get_exp_attr_zone(const struct nf_expect *exp)
34 return &exp->zone;
37 static const void *get_exp_attr_flags(const struct nf_expect *exp)
39 return &exp->flags;
42 static const void *get_exp_attr_class(const struct nf_expect *exp)
44 return &exp->class;
47 static const void *get_exp_attr_helper_name(const struct nf_expect *exp)
49 return exp->helper_name;
52 static const void *get_exp_attr_nat_dir(const struct nf_expect *exp)
54 return &exp->nat_dir;
57 static const void *get_exp_attr_nat_tuple(const struct nf_expect *exp)
59 return &exp->nat;
62 static const void *get_exp_attr_expectfn(const struct nf_expect *exp)
64 return exp->expectfn;