Searched refs:__tcf_idr_release (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/net/ |
D | act_api.h | 155 int __tcf_idr_release(struct tc_action *a, bool bind, bool strict); 159 return __tcf_idr_release(a, bind, false); in tcf_idr_release()
|
/Linux-v4.19/net/sched/ |
D | act_api.c | 122 int __tcf_idr_release(struct tc_action *p, bool bind, bool strict) in __tcf_idr_release() function 148 EXPORT_SYMBOL(__tcf_idr_release); 266 ret = __tcf_idr_release(p, false, true); in tcf_del_walker() 492 ret = __tcf_idr_release(p, false, true); in tcf_idrinfo_destroy() 656 ret = __tcf_idr_release(a, bind, true); in tcf_action_destroy()
|