Home
last modified time | relevance | path

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

/openbmc/linux/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()
1083 mutex_lock(&chain->filter_chain_lock); in __tcf_get_next_proto()
1871 mutex_lock(&chain->filter_chain_lock); in tcf_chain_tp_insert_unique()
1905 mutex_lock(&chain->filter_chain_lock); in tcf_chain_tp_delete_empty()
2229 mutex_lock(&chain->filter_chain_lock); in tc_new_tfilter()
2455 mutex_lock(&chain->filter_chain_lock); in tc_del_tfilter()
[all …]
/openbmc/linux/include/net/
H A Dsch_generic.h451 struct mutex filter_chain_lock; member
494 return lockdep_is_held(&chain->filter_chain_lock); in lockdep_tcf_chain_is_locked()