Home
last modified time | relevance | path

Searched refs:filter_chain_lock (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c357 mutex_init(&chain->filter_chain_lock); in tcf_chain_create()
418 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()
964 /* 'deleting' flag is set and chain->filter_chain_lock was in __tcf_get_next_proto()
981 mutex_unlock(&chain->filter_chain_lock); in __tcf_get_next_proto()
1700 mutex_lock(&chain->filter_chain_lock); in tcf_chain_tp_insert_unique()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A 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()
1088 /* 'deleting' flag is set and chain->filter_chain_lock was 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()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dsch_generic.h430 struct mutex filter_chain_lock; member
474 return lockdep_is_held(&chain->filter_chain_lock); in lockdep_tcf_chain_is_locked()
/kernel/linux/linux-6.6/include/net/
H A Dsch_generic.h450 struct mutex filter_chain_lock; member
493 return lockdep_is_held(&chain->filter_chain_lock); in lockdep_tcf_chain_is_locked()

Completed in 13 milliseconds