Lines Matching refs:ca
39 struct tcf_connmark_info *ca = a->priv; in tcf_connmark() local
44 spin_lock(&ca->tcf_lock); in tcf_connmark()
45 ca->tcf_tm.lastuse = jiffies; in tcf_connmark()
46 bstats_update(&ca->tcf_bstats, skb); in tcf_connmark()
66 ca->tcf_qstats.overlimits++; in tcf_connmark()
71 proto, ca->net, &tuple)) in tcf_connmark()
74 zone.id = ca->zone; in tcf_connmark()
77 thash = nf_conntrack_find_get(ca->net, &zone, &tuple); in tcf_connmark()
83 ca->tcf_qstats.overlimits++; in tcf_connmark()
88 spin_unlock(&ca->tcf_lock); in tcf_connmark()
89 return ca->tcf_action; in tcf_connmark()