• Home
  • Raw
  • Download

Lines Matching refs:tcindex_data

31 struct tcindex_data;
36 struct tcindex_data *p;
48 struct tcindex_data { struct
66 static void tcindex_data_get(struct tcindex_data *p) in tcindex_data_get() argument
71 static void tcindex_data_put(struct tcindex_data *p) in tcindex_data_put()
80 static struct tcindex_filter_result *tcindex_lookup(struct tcindex_data *p, in tcindex_lookup()
106 struct tcindex_data *p = rcu_dereference_bh(tp->root); in tcindex_classify()
133 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_get()
145 struct tcindex_data *p; in tcindex_init()
148 p = kzalloc(sizeof(struct tcindex_data), GFP_KERNEL); in tcindex_init()
201 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_delete()
251 struct tcindex_data *p = container_of(to_rcu_work(work), in tcindex_destroy_work()
252 struct tcindex_data, in tcindex_destroy_work()
259 valid_perfect_hash(struct tcindex_data *p) in valid_perfect_hash()
273 struct tcindex_data *p, in tcindex_filter_result_init()
282 static void tcindex_free_perfect_hash(struct tcindex_data *cp);
286 struct tcindex_data *p = container_of(to_rcu_work(work), in tcindex_partial_destroy_work()
287 struct tcindex_data, in tcindex_partial_destroy_work()
297 static void tcindex_free_perfect_hash(struct tcindex_data *cp) in tcindex_free_perfect_hash()
306 static int tcindex_alloc_perfect_hash(struct net *net, struct tcindex_data *cp) in tcindex_alloc_perfect_hash()
332 u32 handle, struct tcindex_data *p, in tcindex_set_parms()
337 struct tcindex_data *cp = NULL, *oldp; in tcindex_set_parms()
563 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_change()
586 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_walk()
623 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_destroy()
666 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_dump()