Searched refs:nlmsg_datalen (Results 1 – 7 of 7) sorted by relevance
51 extern int nlmsg_datalen(const struct nlmsghdr *);
116 int nlmsg_datalen(const struct nlmsghdr *nlh) in nlmsg_datalen() function123 return nlmsg_datalen(nlh); in nlmsg_len()
883 return nla_put(msg, attrtype, nlmsg_datalen(nested->nm_nlh), in nla_put_nested()
295 nlmsg_datalen;
658 len = nlmsg_total_size(nlmsg_datalen(nlmsg_hdr(msg))); in wmediumd_send_to_client()663 len = nlmsg_total_size(nlmsg_datalen(nlmsg_hdr(msg))); in wmediumd_send_to_client()806 nlmsg_append(cmsg, nlmsg_data(nlh), nlmsg_datalen(nlh), 0); in send_cloned_frame_msg()
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) --->