Lines Matching refs:ci
97 struct tcf_connmark_info *ci; in tcf_connmark_init() local
111 ret = tcf_hash_create(parm->index, est, a, sizeof(*ci), bind); in tcf_connmark_init()
115 ci = to_connmark(a); in tcf_connmark_init()
116 ci->tcf_action = parm->action; in tcf_connmark_init()
117 ci->zone = parm->zone; in tcf_connmark_init()
122 ci = to_connmark(a); in tcf_connmark_init()
129 ci->tcf_action = parm->action; in tcf_connmark_init()
130 ci->zone = parm->zone; in tcf_connmark_init()
140 struct tcf_connmark_info *ci = a->priv; in tcf_connmark_dump() local
143 .index = ci->tcf_index, in tcf_connmark_dump()
144 .refcnt = ci->tcf_refcnt - ref, in tcf_connmark_dump()
145 .bindcnt = ci->tcf_bindcnt - bind, in tcf_connmark_dump()
146 .action = ci->tcf_action, in tcf_connmark_dump()
147 .zone = ci->zone, in tcf_connmark_dump()
154 t.install = jiffies_to_clock_t(jiffies - ci->tcf_tm.install); in tcf_connmark_dump()
155 t.lastuse = jiffies_to_clock_t(jiffies - ci->tcf_tm.lastuse); in tcf_connmark_dump()
156 t.expires = jiffies_to_clock_t(ci->tcf_tm.expires); in tcf_connmark_dump()