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

/net/openvswitch/
H A Dflow_table.c174 static void __table_instance_destroy(struct table_instance *ti) argument
176 free_buckets(ti->buckets);
177 kfree(ti);
182 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); local
184 if (!ti)
187 ti->buckets = alloc_buckets(new_size);
189 if (!ti->buckets) {
190 kfree(ti);
193 ti
203 struct table_instance *ti; local
219 struct table_instance *ti = container_of(rcu, struct table_instance, rcu); local
224 table_instance_destroy(struct table_instance *ti, bool deferred) argument
255 struct table_instance *ti = ovsl_dereference(table->ti); local
260 ovs_flow_tbl_dump_next(struct table_instance *ti, u32 *bucket, u32 *last) argument
287 find_bucket(struct table_instance *ti, u32 hash) argument
294 table_instance_insert(struct table_instance *ti, struct sw_flow *flow) argument
325 table_instance_rehash(struct table_instance *ti, int n_buckets) argument
410 masked_flow_lookup(struct table_instance *ti, const struct sw_flow_key *unmasked, struct sw_flow_mask *mask) argument
437 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti); local
462 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti); local
486 table_instance_expand(struct table_instance *ti) argument
512 struct table_instance *ti = ovsl_dereference(table->ti); local
589 struct table_instance *ti; local
[all...]
H A Dflow_table.h49 struct table_instance __rcu *ti; member in struct:flow_table
H A Ddatapath.c1178 struct table_instance *ti; local
1188 ti = rcu_dereference(dp->table.ti);
1195 flow = ovs_flow_tbl_dump_next(ti, &bucket, &obj);
/net/l2tp/
H A Dl2tp_netlink.c377 int ti = cb->args[0]; local
382 tunnel = l2tp_tunnel_find_nth(net, ti);
391 ti++;
395 cb->args[0] = ti;
720 int ti = cb->args[0]; local
725 tunnel = l2tp_tunnel_find_nth(net, ti);
732 ti++;
747 cb->args[0] = ti;
/net/xfrm/
H A Dxfrm_policy.c2536 int ti = 0; local
2548 if (ti + pols[pi]->xfrm_nr >= XFRM_MAX_DEPTH) {
2553 tpp[ti++] = &pols[pi]->xfrm_vec[i];
2555 xfrm_nr = ti;

Completed in 226 milliseconds