Symbol: table_instance
net/openvswitch/datapath.c
1487
struct table_instance *ti;
net/openvswitch/flow_table.c
1035
struct table_instance *new_ti = NULL;
net/openvswitch/flow_table.c
1036
struct table_instance *ti;
net/openvswitch/flow_table.c
1059
struct table_instance *ti;
net/openvswitch/flow_table.c
1068
struct table_instance *new_ti;
net/openvswitch/flow_table.c
145
static void __table_instance_destroy(struct table_instance *ti)
net/openvswitch/flow_table.c
151
static struct table_instance *table_instance_alloc(int new_size)
net/openvswitch/flow_table.c
153
struct table_instance *ti = kmalloc_obj(*ti);
net/openvswitch/flow_table.c
411
struct table_instance *ti, *ufid_ti;
net/openvswitch/flow_table.c
451
struct table_instance *ti;
net/openvswitch/flow_table.c
453
ti = container_of(rcu, struct table_instance, rcu);
net/openvswitch/flow_table.c
458
struct table_instance *ti,
net/openvswitch/flow_table.c
459
struct table_instance *ufid_ti,
net/openvswitch/flow_table.c
475
struct table_instance *ti,
net/openvswitch/flow_table.c
476
struct table_instance *ufid_ti)
net/openvswitch/flow_table.c
501
static void table_instance_destroy(struct table_instance *ti,
net/openvswitch/flow_table.c
502
struct table_instance *ufid_ti)
net/openvswitch/flow_table.c
513
struct table_instance *ti = rcu_dereference_raw(table->ti);
net/openvswitch/flow_table.c
514
struct table_instance *ufid_ti = rcu_dereference_raw(table->ufid_ti);
net/openvswitch/flow_table.c
523
struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti,
net/openvswitch/flow_table.c
550
static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash)
net/openvswitch/flow_table.c
556
static void table_instance_insert(struct table_instance *ti,
net/openvswitch/flow_table.c
565
static void ufid_table_instance_insert(struct table_instance *ti,
net/openvswitch/flow_table.c
574
static void flow_table_copy_flows(struct table_instance *old,
net/openvswitch/flow_table.c
575
struct table_instance *new, bool ufid)
net/openvswitch/flow_table.c
601
static struct table_instance *table_instance_rehash(struct table_instance *ti,
net/openvswitch/flow_table.c
604
struct table_instance *new_ti;
net/openvswitch/flow_table.c
617
struct table_instance *old_ti, *new_ti;
net/openvswitch/flow_table.c
618
struct table_instance *old_ufid_ti, *new_ufid_ti;
net/openvswitch/flow_table.c
696
static struct sw_flow *masked_flow_lookup(struct table_instance *ti,
net/openvswitch/flow_table.c
726
struct table_instance *ti,
net/openvswitch/flow_table.c
789
struct table_instance *ti = rcu_dereference(tbl->ti);
net/openvswitch/flow_table.c
848
struct table_instance *ti = rcu_dereference_ovsl(tbl->ti);
net/openvswitch/flow_table.c
873
struct table_instance *ti = rcu_dereference_ovsl(tbl->ti);
net/openvswitch/flow_table.c
918
struct table_instance *ti = rcu_dereference_ovsl(tbl->ufid_ti);
net/openvswitch/flow_table.c
947
static struct table_instance *table_instance_expand(struct table_instance *ti,
net/openvswitch/flow_table.c
956
struct table_instance *ti = ovsl_dereference(table->ti);
net/openvswitch/flow_table.c
957
struct table_instance *ufid_ti = ovsl_dereference(table->ufid_ti);
net/openvswitch/flow_table.h
112
struct table_instance *ti,
net/openvswitch/flow_table.h
113
struct table_instance *ufid_ti);
net/openvswitch/flow_table.h
63
struct table_instance __rcu *ti;
net/openvswitch/flow_table.h
64
struct table_instance __rcu *ufid_ti;
net/openvswitch/flow_table.h
91
struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *table,