Lines Matching refs:tcindex_data
42 struct tcindex_data { struct
59 static struct tcindex_filter_result *tcindex_lookup(struct tcindex_data *p, in tcindex_lookup() argument
85 struct tcindex_data *p = rcu_dereference_bh(tp->root); in tcindex_classify()
112 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_get()
124 struct tcindex_data *p; in tcindex_init()
127 p = kzalloc(sizeof(struct tcindex_data), GFP_KERNEL); in tcindex_init()
178 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_delete()
234 struct tcindex_data *p = container_of(head, struct tcindex_data, rcu); in __tcindex_destroy()
242 valid_perfect_hash(struct tcindex_data *p) in valid_perfect_hash()
263 struct tcindex_data *p = container_of(head, struct tcindex_data, rcu); in __tcindex_partial_destroy()
269 static void tcindex_free_perfect_hash(struct tcindex_data *cp) in tcindex_free_perfect_hash()
278 static int tcindex_alloc_perfect_hash(struct tcindex_data *cp) in tcindex_alloc_perfect_hash()
303 u32 handle, struct tcindex_data *p, in tcindex_set_parms()
309 struct tcindex_data *cp = NULL, *oldp; in tcindex_set_parms()
506 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_change()
527 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_walk()
564 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_destroy()
580 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_dump()