Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dcls_tcindex.c30 struct tcindex_data;
35 struct tcindex_data *p;
47 struct tcindex_data { struct
65 static void tcindex_data_get(struct tcindex_data *p) in tcindex_data_get() argument
70 static void tcindex_data_put(struct tcindex_data *p) in tcindex_data_put()
79 static struct tcindex_filter_result *tcindex_lookup(struct tcindex_data *p, in tcindex_lookup()
105 struct tcindex_data *p = rcu_dereference_bh(tp->root); in tcindex_classify()
132 struct tcindex_data *p = rtnl_dereference(tp->root); in tcindex_get()
144 struct tcindex_data *p; in tcindex_init()
147 p = kzalloc(sizeof(struct tcindex_data), GFP_KERNEL); in tcindex_init()
[all …]