Home
last modified time | relevance | path

Searched refs:rtnl_act_fill (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink/route/
Daction.h39 extern int rtnl_act_fill(struct nl_msg *, int, struct rtnl_act *);
/external/libnl/lib/route/
Dact.c105 int rtnl_act_fill(struct nl_msg *msg, int attrtype, struct rtnl_act *act) in rtnl_act_fill() function
142 err = rtnl_act_fill(msg, TCA_ACT_TAB, act); in rtnl_act_msg_build()
/external/libnl/lib/route/cls/
Dbasic.c155 err = rtnl_act_fill(msg, TCA_BASIC_ACT, b->b_act); in basic_msg_fill()
Du32.c337 err = rtnl_act_fill(msg, TCA_U32_ACT, u->cu_act); in u32_msg_fill()