Home
last modified time | relevance | path

Searched refs:tcindex_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/sched/
Dcls_tcindex.c40 struct tcindex_data { struct
59 tcindex_lookup(struct tcindex_data *p, u16 key) in tcindex_lookup() argument
84 struct tcindex_data *p = rcu_dereference_bh(tp->root); in tcindex_classify()
109 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_get()
121 struct tcindex_data *p; in tcindex_init()
124 p = kzalloc(sizeof(struct tcindex_data), GFP_KERNEL); in tcindex_init()
139 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_delete()
180 struct tcindex_data *p = container_of(head, struct tcindex_data, rcu); in __tcindex_destroy()
188 valid_perfect_hash(struct tcindex_data *p) in valid_perfect_hash()
209 struct tcindex_data *p = container_of(head, struct tcindex_data, rcu); in __tcindex_partial_destroy()
[all …]