Lines Matching defs:c
3 * net/sched/act_ct.c Connection Tracking action
966 struct tcf_ct *c = to_ct(a);
978 p = rcu_dereference_bh(c->params);
985 tcf_lastuse_update(&c->tcf_tm);
986 tcf_action_update_bstats(&c->common, skb);
1109 tcf_action_inc_drop_qstats(&c->common);
1113 tcf_action_inc_drop_qstats(&c->common);
1124 tcf_action_inc_drop_qstats(&c->common);
1352 struct tcf_ct *c;
1396 c = to_ct(*a);
1413 spin_lock_bh(&c->tcf_lock);
1415 params = rcu_replace_pointer(c->params, params,
1416 lockdep_is_held(&c->tcf_lock));
1417 spin_unlock_bh(&c->tcf_lock);
1438 struct tcf_ct *c = to_ct(a);
1440 params = rcu_dereference_protected(c->params, 1);
1526 const struct tcf_ct *c = to_ct(a);
1529 .index = c->tcf_index,
1530 .refcnt = refcount_read(&c->tcf_refcnt) - ref,
1531 .bindcnt = atomic_read(&c->tcf_bindcnt) - bind,
1536 p = rcu_dereference(c->params);
1579 tcf_tm_dump(&t, &c->tcf_tm);
1594 struct tcf_ct *c = to_ct(a);
1597 c->tcf_tm.lastuse = max_t(u64, c->tcf_tm.lastuse, lastuse);