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