Searched refs:nlm_next (Results 1 – 1 of 1) sorted by relevance
95 struct nlmsg_list *nlm_next; member234 struct nlmsg_list *nlm_next = (struct nlmsg_list *) malloc(sizeof(struct nlmsg_list)); in nl_getlist() local235 if (nlm_next == NULL) { in nl_getlist()241 nlm_next->nlm_next = NULL; in nl_getlist()242 nlm_next->nlh = (struct nlmsghdr *) nlh; in nl_getlist()243 nlm_next->size = status; in nl_getlist()244 nlm_next->seq = seq; in nl_getlist()246 *nlm_list = nlm_next; in nl_getlist()247 *nlm_end = nlm_next; in nl_getlist()249 (*nlm_end)->nlm_next = nlm_next; in nl_getlist()[all …]