Searched refs:rtnl_act_fill (Results 1 – 4 of 4) sorted by relevance
/external/libnl/include/netlink/route/ |
D | action.h | 39 extern int rtnl_act_fill(struct nl_msg *, int, struct rtnl_act *);
|
/external/libnl/lib/route/ |
D | act.c | 105 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/ |
D | basic.c | 155 err = rtnl_act_fill(msg, TCA_BASIC_ACT, b->b_act); in basic_msg_fill()
|
D | u32.c | 337 err = rtnl_act_fill(msg, TCA_U32_ACT, u->cu_act); in u32_msg_fill()
|