Searched defs:nlh (Results 1 – 6 of 6) sorted by relevance
53 #define NLMSG_DATA(nlh) ((void*) (((char*) nlh) + NLMSG_LENGTH(0))) argument54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ argument60 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
47 struct nlmsghdr *nlh = (struct nlmsghdr *)send_buf; in kernel_ack() local186 struct nlmsghdr *nlh; in kernel_send_helper() local
143 struct nlmsghdr *nlh; member393 struct nlmsghdr *nlh = NULL; in nl_getlist() local551 struct nlmsghdr *nlh, *nlh0; in rk_getifaddrs() local
62 struct nlmsghdr *nlh; in add_to_ipset() local
367 struct nlmsghdr nlh; member
115 for (struct MSGHDR *nlh = rtm; need_rescan() local