HomeSort by relevance Sort by last modified time
    Searched refs:nla_put_nested (Results 1 - 6 of 6) sorted by null

  /external/libnl/include/netlink/
attr.h 124 extern int nla_put_nested(struct nl_msg *, int, struct nl_msg *);
  /external/libnl/lib/route/
class.c 94 err = nla_put_nested(*result, TCA_OPTIONS, opts);
cls.c 109 err = nla_put_nested(*result, TCA_OPTIONS, opts);
qdisc.c 163 err = nla_put_nested(*result, TCA_OPTIONS, opts);
neightbl.c 536 if (nla_put_nested(m, NDTA_PARMS, parms) < 0)
  /external/libnl/lib/
attr.c 1108 int nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested) function
    [all...]

Completed in 125 milliseconds