Searched refs:nlmsg_datalen (Results 1 – 6 of 6) sorted by relevance
57 extern int nlmsg_datalen(const struct nlmsghdr *);
295 nlmsg_datalen;
123 int nlmsg_datalen(const struct nlmsghdr *nlh) in nlmsg_datalen() function130 return nlmsg_datalen(nlh); in nlmsg_len()
891 return nla_put(msg, attrtype, nlmsg_datalen(nested->nm_nlh), in nla_put_nested()
203 extern int nlmsg_datalen(const struct nlmsghdr *);
1336 int nlmsg_datalen(const struct nlmsghdr *nlh);1339 The length of the message payload is returned by nlmsg_datalen().1343 <--- nlmsg_datalen(nlh) --->