Searched refs:nlm_next (Results 1 – 1 of 1) sorted by relevance
140 struct nlmsg_list *nlm_next; member422 struct nlmsg_list *nlm_next = (struct nlmsg_list *)malloc(sizeof(struct nlmsg_list)); in nl_getlist() local423 if (nlm_next == NULL){ in nl_getlist()429 nlm_next->nlm_next = NULL; in nl_getlist()430 nlm_next->nlh = (struct nlmsghdr *)nlh; in nl_getlist()431 nlm_next->size = status; in nl_getlist()432 nlm_next->seq = seq; in nl_getlist()434 *nlm_list = nlm_next; in nl_getlist()435 *nlm_end = nlm_next; in nl_getlist()437 (*nlm_end)->nlm_next = nlm_next; in nl_getlist()[all …]