Searched refs:nlmsghdr (Results 1 – 1 of 1) sorted by relevance
40 struct nlmsghdr struct79 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))84 (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))85 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \86 (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && \100 struct nlmsghdr msg;