Lines Matching refs:a
40 #define to_ct(a) ((struct tcf_ct *)a) argument
41 #define to_ct_params(a) \ argument
43 rcu_dereference_protected(to_ct(a)->params, \
44 lockdep_is_held(&a->tcfa_lock)))
46 static inline uint16_t tcf_ct_zone(const struct tc_action *a) in tcf_ct_zone() argument
48 return to_ct_params(a)->zone; in tcf_ct_zone()
51 static inline int tcf_ct_action(const struct tc_action *a) in tcf_ct_action() argument
53 return to_ct_params(a)->ct_action; in tcf_ct_action()
56 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft() argument
58 return to_ct_params(a)->nf_ft; in tcf_ct_ft()
61 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a) in tcf_ct_helper() argument
63 return to_ct_params(a)->helper; in tcf_ct_helper()
67 static inline uint16_t tcf_ct_zone(const struct tc_action *a) { return 0; } in tcf_ct_zone() argument
68 static inline int tcf_ct_action(const struct tc_action *a) { return 0; } in tcf_ct_action() argument
69 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft() argument
73 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a) in tcf_ct_helper() argument