Lines Matching refs:ca
30 static void tcf_ctinfo_dscp_set(struct nf_conn *ct, struct tcf_ctinfo *ca, in tcf_ctinfo_dscp_set() argument
47 ca->stats_dscp_set++; in tcf_ctinfo_dscp_set()
49 ca->stats_dscp_error++; in tcf_ctinfo_dscp_set()
60 ca->stats_dscp_set++; in tcf_ctinfo_dscp_set()
62 ca->stats_dscp_error++; in tcf_ctinfo_dscp_set()
71 static void tcf_ctinfo_cpmark_set(struct nf_conn *ct, struct tcf_ctinfo *ca, in tcf_ctinfo_cpmark_set() argument
75 ca->stats_cpmark_set++; in tcf_ctinfo_cpmark_set()
83 struct tcf_ctinfo *ca = to_ctinfo(a); in tcf_ctinfo_act() local
92 cp = rcu_dereference_bh(ca->params); in tcf_ctinfo_act()
94 tcf_lastuse_update(&ca->tcf_tm); in tcf_ctinfo_act()
95 tcf_action_update_bstats(&ca->common, skb); in tcf_ctinfo_act()
96 action = READ_ONCE(ca->tcf_action); in tcf_ctinfo_act()
135 tcf_ctinfo_dscp_set(ct, ca, cp, skb, wlen, proto); in tcf_ctinfo_act()
138 tcf_ctinfo_cpmark_set(ct, ca, cp, skb); in tcf_ctinfo_act()