Lines Matching refs:tcindex_data
41 struct tcindex_data { struct
60 tcindex_lookup(struct tcindex_data *p, u16 key) in tcindex_lookup() argument
85 struct tcindex_data *p = rcu_dereference_bh(tp->root); in tcindex_classify()
110 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_get()
122 struct tcindex_data *p; in tcindex_init()
125 p = kzalloc(sizeof(struct tcindex_data), GFP_KERNEL); in tcindex_init()
155 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_delete()
201 struct tcindex_data *p = container_of(head, struct tcindex_data, rcu); in __tcindex_destroy()
209 valid_perfect_hash(struct tcindex_data *p) in valid_perfect_hash()
230 struct tcindex_data *p = container_of(head, struct tcindex_data, rcu); in __tcindex_partial_destroy()
238 u32 handle, struct tcindex_data *p, in tcindex_set_parms()
245 struct tcindex_data *cp, *oldp; in tcindex_set_parms()
434 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_change()
455 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_walk()
494 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_destroy()
515 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_dump()