Searched refs:NLMSG_HDRLEN (Results 1 – 6 of 6) sorted by relevance
91 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro92 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
386 int len = hdr->nlmsg_len - NLMSG_HDRLEN; in nl80211_nlmsg_clear()
83 return nlh->nlmsg_len - NLMSG_HDRLEN; in nlmsg_len()