Searched defs:nlh (Results 1 – 5 of 5) 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
354 struct nlmsghdr *nlh = (struct nlmsghdr *) err - 1; in error_handler() local
146 const struct nlmsghdr *nlh = (const struct nlmsghdr *) bp; in netfilter_read_linux() local345 struct nlmsghdr *nlh = (struct nlmsghdr *) buf; in netfilter_send_config_msg() local
141 struct nlmsghdr *nlh; member391 struct nlmsghdr *nlh = NULL; in nl_getlist() local549 struct nlmsghdr *nlh, *nlh0; in rk_getifaddrs() local
143 struct nlmsghdr *nlh; in add_to_ipset() local