Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dcls_api.c62 hash_add_rcu(block->proto_destroy_ht, &tp->destroy_ht_node, in tcf_proto_signal_destroying()
84 destroy_ht_node, hash) { in tcf_proto_exists_destroying()
101 if (hash_hashed(&tp->destroy_ht_node)) in tcf_proto_signal_destroyed()
102 hash_del_rcu(&tp->destroy_ht_node); in tcf_proto_signal_destroyed()
/kernel/linux/linux-5.10/include/net/
Dsch_generic.h412 struct hlist_node destroy_ht_node; member