Searched refs:__tcf_idr_release (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/net/ |
D | act_api.h | 163 int __tcf_idr_release(struct tc_action *a, bool bind, bool strict); 167 return __tcf_idr_release(a, bind, false); in tcf_idr_release()
|
/Linux-v5.4/net/sched/ |
D | act_api.c | 145 int __tcf_idr_release(struct tc_action *p, bool bind, bool strict) in __tcf_idr_release() function 171 EXPORT_SYMBOL(__tcf_idr_release); 541 ret = __tcf_idr_release(p, false, true); in tcf_idrinfo_destroy() 709 ret = __tcf_idr_release(a, bind, true); in tcf_action_destroy()
|