Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dact_api.h109 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict);
113 return __tcf_hash_release(a, bind, false); in tcf_hash_release()
/linux-4.1.27/net/sched/
Dact_api.c48 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release() function
70 EXPORT_SYMBOL(__tcf_hash_release);
140 ret = __tcf_hash_release(a, false, true); in tcf_del_walker()
417 ret = __tcf_hash_release(a, bind, true); in tcf_action_destroy()