Lines Matching refs:ci
101 struct tcf_connmark_info *ci; in tcf_connmark_init() local
115 ret = tcf_hash_create(parm->index, est, a, sizeof(*ci), in tcf_connmark_init()
120 ci = to_connmark(a); in tcf_connmark_init()
121 ci->tcf_action = parm->action; in tcf_connmark_init()
122 ci->net = net; in tcf_connmark_init()
123 ci->zone = parm->zone; in tcf_connmark_init()
128 ci = to_connmark(a); in tcf_connmark_init()
135 ci->tcf_action = parm->action; in tcf_connmark_init()
136 ci->zone = parm->zone; in tcf_connmark_init()
146 struct tcf_connmark_info *ci = a->priv; in tcf_connmark_dump() local
149 .index = ci->tcf_index, in tcf_connmark_dump()
150 .refcnt = ci->tcf_refcnt - ref, in tcf_connmark_dump()
151 .bindcnt = ci->tcf_bindcnt - bind, in tcf_connmark_dump()
152 .action = ci->tcf_action, in tcf_connmark_dump()
153 .zone = ci->zone, in tcf_connmark_dump()
160 t.install = jiffies_to_clock_t(jiffies - ci->tcf_tm.install); in tcf_connmark_dump()
161 t.lastuse = jiffies_to_clock_t(jiffies - ci->tcf_tm.lastuse); in tcf_connmark_dump()
162 t.expires = jiffies_to_clock_t(ci->tcf_tm.expires); in tcf_connmark_dump()