Searched refs:nla_put_nested (Results 1 – 6 of 6) sorted by relevance
/external/libnl/include/netlink/ |
D | attr.h | 124 extern int nla_put_nested(struct nl_msg *, int, struct nl_msg *);
|
/external/libnl/lib/route/ |
D | class.c | 94 err = nla_put_nested(*result, TCA_OPTIONS, opts); in class_build()
|
D | cls.c | 109 err = nla_put_nested(*result, TCA_OPTIONS, opts); in cls_build()
|
D | qdisc.c | 163 err = nla_put_nested(*result, TCA_OPTIONS, opts); in qdisc_build()
|
D | neightbl.c | 536 if (nla_put_nested(m, NDTA_PARMS, parms) < 0) in rtnl_neightbl_build_change_request()
|
/external/libnl/lib/ |
D | attr.c | 1108 int nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested) in nla_put_nested() function
|