Searched refs:__tcf_hash_release (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/net/ |
D | act_api.h | 121 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict); 125 return __tcf_hash_release(a, bind, false); in tcf_hash_release()
|
/linux-4.4.14/net/sched/ |
D | act_api.c | 56 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release() function 78 EXPORT_SYMBOL(__tcf_hash_release); 148 ret = __tcf_hash_release(a, false, true); in tcf_del_walker() 435 ret = __tcf_hash_release(a, bind, true); in tcf_action_destroy()
|