Searched refs:rtnl_act_remove (Results 1 – 7 of 7) sorted by relevance
34 extern int rtnl_act_remove(struct rtnl_act **, struct rtnl_act *);
260 ret = rtnl_act_remove(&b->b_act, act); in rtnl_basic_del_action()
143 ret = rtnl_act_remove(&mall->m_act, act); in rtnl_mall_del_action()
823 ret = rtnl_act_remove(&f->cf_act, act); in rtnl_flower_del_action()
637 ret = rtnl_act_remove(&u->cu_act, act); in rtnl_u32_del_action()
57 int rtnl_act_remove(struct rtnl_act **head, struct rtnl_act *act) in rtnl_act_remove() function
85 rtnl_act_remove;