Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dcls_tcindex.c31 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()
[all …]