Home
last modified time | relevance | path

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

/linux-6.6.21/net/sched/
Dcls_api.c480 mutex_init(&chain->filter_chain_lock); in tcf_chain_create()
541 mutex_destroy(&chain->filter_chain_lock); in tcf_chain_destroy()
724 mutex_lock(&chain->filter_chain_lock); in tcf_chain_flush()
735 mutex_unlock(&chain->filter_chain_lock); in tcf_chain_flush()
911 mutex_lock(&chain0->filter_chain_lock); in tcf_chain0_head_change_cb_add()
921 mutex_unlock(&chain0->filter_chain_lock); in tcf_chain0_head_change_cb_add()
1083 mutex_lock(&chain->filter_chain_lock); in __tcf_get_next_proto()
1105 mutex_unlock(&chain->filter_chain_lock); in __tcf_get_next_proto()
1871 mutex_lock(&chain->filter_chain_lock); in tcf_chain_tp_insert_unique()
1874 mutex_unlock(&chain->filter_chain_lock); in tcf_chain_tp_insert_unique()
[all …]
/linux-6.6.21/include/net/
Dsch_generic.h450 struct mutex filter_chain_lock; member
493 return lockdep_is_held(&chain->filter_chain_lock); in lockdep_tcf_chain_is_locked()