Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 5 of 5) sorted by relevance

/net/openvswitch/
Dflow_table.c175 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy() argument
177 free_buckets(ti->buckets); in __table_instance_destroy()
178 kfree(ti); in __table_instance_destroy()
183 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); in table_instance_alloc() local
185 if (!ti) in table_instance_alloc()
188 ti->buckets = alloc_buckets(new_size); in table_instance_alloc()
190 if (!ti->buckets) { in table_instance_alloc()
191 kfree(ti); in table_instance_alloc()
194 ti->n_buckets = new_size; in table_instance_alloc()
195 ti->node_ver = 0; in table_instance_alloc()
[all …]
Dflow_table.h49 struct table_instance __rcu *ti; member
Ddatapath.c1177 struct table_instance *ti; in ovs_flow_cmd_dump() local
1187 ti = rcu_dereference(dp->table.ti); in ovs_flow_cmd_dump()
1194 flow = ovs_flow_tbl_dump_next(ti, &bucket, &obj); in ovs_flow_cmd_dump()
/net/l2tp/
Dl2tp_netlink.c377 int ti = cb->args[0]; in l2tp_nl_cmd_tunnel_dump() local
382 tunnel = l2tp_tunnel_find_nth(net, ti); in l2tp_nl_cmd_tunnel_dump()
391 ti++; in l2tp_nl_cmd_tunnel_dump()
395 cb->args[0] = ti; in l2tp_nl_cmd_tunnel_dump()
720 int ti = cb->args[0]; in l2tp_nl_cmd_session_dump() local
725 tunnel = l2tp_tunnel_find_nth(net, ti); in l2tp_nl_cmd_session_dump()
732 ti++; in l2tp_nl_cmd_session_dump()
747 cb->args[0] = ti; in l2tp_nl_cmd_session_dump()
/net/xfrm/
Dxfrm_policy.c2491 int ti = 0; in __xfrm_policy_check() local
2503 if (ti + pols[pi]->xfrm_nr >= XFRM_MAX_DEPTH) { in __xfrm_policy_check()
2508 tpp[ti++] = &pols[pi]->xfrm_vec[i]; in __xfrm_policy_check()
2510 xfrm_nr = ti; in __xfrm_policy_check()