Home
last modified time | relevance | path

Searched refs:nla_total_size (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/
Dattr.c413 int nla_total_size(int payload) in nla_total_size() function
433 return nla_total_size(payload) - nla_attr_size(payload); in nla_padlen()
803 tlen = NLMSG_ALIGN(msg->nm_nlh->nlmsg_len) + nla_total_size(attrlen); in nla_reserve()
/external/libnl/include/netlink/
Dattr.h73 extern int nla_total_size(int payload);
/external/libnl/lib/route/cls/
Dematch.c284 nla_total_size(sizeof(struct tcf_ematch_hdr)))) in rtnl_ematch_parse()