Searched refs:NLMSG_HDRLEN (Results 1 – 5 of 5) sorted by relevance
80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro81 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
89 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro90 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
2145 if ((wnl->nlh.nlmsg_len <= NLMSG_HDRLEN + sizeof(fw_event_hdr_t)) || in diag_message_handler()2146 (wnl->nlh.nlmsg_len < (NLMSG_HDRLEN + sizeof(fw_event_hdr_t) + in diag_message_handler()