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

  /external/libnl/lib/
attr.c 64 * <----------- nla_total_size(payload) ----------->
405 * <----------- nla_total_size(payload) ----------->
413 int nla_total_size(int payload) function
433 return nla_total_size(payload) - nla_attr_size(payload);
803 tlen = NLMSG_ALIGN(msg->nm_nlh->nlmsg_len) + nla_total_size(attrlen);
    [all...]
  /external/libnl/include/netlink/
attr.h 73 extern int nla_total_size(int payload);
  /external/libnl/lib/route/cls/
ematch.c 284 nla_total_size(sizeof(struct tcf_ematch_hdr))))

Completed in 70 milliseconds