Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dcls_api.c359 mutex_init(&chain->filter_chain_lock); in tcf_chain_create()
420 mutex_destroy(&chain->filter_chain_lock); in tcf_chain_destroy()
600 mutex_lock(&chain->filter_chain_lock); in tcf_chain_flush()
611 mutex_unlock(&chain->filter_chain_lock); in tcf_chain_flush()
787 mutex_lock(&chain0->filter_chain_lock); in tcf_chain0_head_change_cb_add()
797 mutex_unlock(&chain0->filter_chain_lock); in tcf_chain0_head_change_cb_add()
959 mutex_lock(&chain->filter_chain_lock); in __tcf_get_next_proto()
981 mutex_unlock(&chain->filter_chain_lock); in __tcf_get_next_proto()
1699 mutex_lock(&chain->filter_chain_lock); in tcf_chain_tp_insert_unique()
1702 mutex_unlock(&chain->filter_chain_lock); in tcf_chain_tp_insert_unique()
[all …]
/kernel/linux/linux-5.10/include/net/
Dsch_generic.h444 struct mutex filter_chain_lock; member
488 return lockdep_is_held(&chain->filter_chain_lock); in lockdep_tcf_chain_is_locked()