table_instance 1379 net/openvswitch/datapath.c struct table_instance *ti; table_instance 135 net/openvswitch/flow_table.c static void __table_instance_destroy(struct table_instance *ti) table_instance 141 net/openvswitch/flow_table.c static struct table_instance *table_instance_alloc(int new_size) table_instance 143 net/openvswitch/flow_table.c struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); table_instance 169 net/openvswitch/flow_table.c struct table_instance *ti, *ufid_ti; table_instance 195 net/openvswitch/flow_table.c struct table_instance *ti = container_of(rcu, struct table_instance, rcu); table_instance 200 net/openvswitch/flow_table.c static void table_instance_destroy(struct table_instance *ti, table_instance 201 net/openvswitch/flow_table.c struct table_instance *ufid_ti, table_instance 243 net/openvswitch/flow_table.c struct table_instance *ti = rcu_dereference_raw(table->ti); table_instance 244 net/openvswitch/flow_table.c struct table_instance *ufid_ti = rcu_dereference_raw(table->ufid_ti); table_instance 249 net/openvswitch/flow_table.c struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti, table_instance 276 net/openvswitch/flow_table.c static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash) table_instance 282 net/openvswitch/flow_table.c static void table_instance_insert(struct table_instance *ti, table_instance 291 net/openvswitch/flow_table.c static void ufid_table_instance_insert(struct table_instance *ti, table_instance 300 net/openvswitch/flow_table.c static void flow_table_copy_flows(struct table_instance *old, table_instance 301 net/openvswitch/flow_table.c struct table_instance *new, bool ufid) table_instance 327 net/openvswitch/flow_table.c static struct table_instance *table_instance_rehash(struct table_instance *ti, table_instance 330 net/openvswitch/flow_table.c struct table_instance *new_ti; table_instance 343 net/openvswitch/flow_table.c struct table_instance *old_ti, *new_ti; table_instance 344 net/openvswitch/flow_table.c struct table_instance *old_ufid_ti, *new_ufid_ti; table_instance 426 net/openvswitch/flow_table.c static struct sw_flow *masked_flow_lookup(struct table_instance *ti, table_instance 450 net/openvswitch/flow_table.c struct table_instance *ti = rcu_dereference_ovsl(tbl->ti); table_instance 475 net/openvswitch/flow_table.c struct table_instance *ti = rcu_dereference_ovsl(tbl->ti); table_instance 514 net/openvswitch/flow_table.c struct table_instance *ti = rcu_dereference_ovsl(tbl->ufid_ti); table_instance 540 net/openvswitch/flow_table.c static struct table_instance *table_instance_expand(struct table_instance *ti, table_instance 567 net/openvswitch/flow_table.c struct table_instance *ti = ovsl_dereference(table->ti); table_instance 568 net/openvswitch/flow_table.c struct table_instance *ufid_ti = ovsl_dereference(table->ufid_ti); table_instance 647 net/openvswitch/flow_table.c struct table_instance *new_ti = NULL; table_instance 648 net/openvswitch/flow_table.c struct table_instance *ti; table_instance 671 net/openvswitch/flow_table.c struct table_instance *ti; table_instance 680 net/openvswitch/flow_table.c struct table_instance *new_ti; table_instance 35 net/openvswitch/flow_table.h struct table_instance __rcu *ti; table_instance 36 net/openvswitch/flow_table.h struct table_instance __rcu *ufid_ti; table_instance 60 net/openvswitch/flow_table.h struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *table,