Home
last modified time | relevance | path

Searched refs:rtnl_act_remove (Results 1 – 7 of 7) sorted by relevance

/external/libnl/include/netlink/route/
Daction.h34 extern int rtnl_act_remove(struct rtnl_act **, struct rtnl_act *);
/external/libnl/lib/route/cls/
Dbasic.c260 ret = rtnl_act_remove(&b->b_act, act); in rtnl_basic_del_action()
Dmall.c143 ret = rtnl_act_remove(&mall->m_act, act); in rtnl_mall_del_action()
Dflower.c823 ret = rtnl_act_remove(&f->cf_act, act); in rtnl_flower_del_action()
Du32.c637 ret = rtnl_act_remove(&u->cu_act, act); in rtnl_u32_del_action()
/external/libnl/lib/route/
Dact.c57 int rtnl_act_remove(struct rtnl_act **head, struct rtnl_act *act) in rtnl_act_remove() function
/external/libnl/
Dlibnl-route-3.sym85 rtnl_act_remove;