Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dcls_api.c184 hash_add_rcu(block->proto_destroy_ht, &tp->destroy_ht_node, in tcf_proto_signal_destroying()
206 destroy_ht_node, hash) { in tcf_proto_exists_destroying()
223 if (hash_hashed(&tp->destroy_ht_node)) in tcf_proto_signal_destroyed()
224 hash_del_rcu(&tp->destroy_ht_node); in tcf_proto_signal_destroyed()
/openbmc/linux/include/net/
H A Dsch_generic.h434 struct hlist_node destroy_ht_node; member