Home
last modified time | relevance | path

Searched refs:nla_put_nested (Results 1 – 6 of 6) sorted by relevance

/external/libnl/include/netlink/
Dattr.h124 extern int nla_put_nested(struct nl_msg *, int, struct nl_msg *);
/external/libnl/lib/route/
Dclass.c94 err = nla_put_nested(*result, TCA_OPTIONS, opts); in class_build()
Dcls.c109 err = nla_put_nested(*result, TCA_OPTIONS, opts); in cls_build()
Dqdisc.c163 err = nla_put_nested(*result, TCA_OPTIONS, opts); in qdisc_build()
Dneightbl.c536 if (nla_put_nested(m, NDTA_PARMS, parms) < 0) in rtnl_neightbl_build_change_request()
/external/libnl/lib/
Dattr.c1108 int nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested) in nla_put_nested() function