Lines Matching defs:nlm
261 struct nlmsg_list *nlm, *nlm_next;
266 nlm = nlm0;
267 while(nlm) {
268 if(nlm->nlh)
269 free(nlm->nlh);
270 nlm_next = nlm->nlm_next;
271 free(nlm);
272 nlm = nlm_next;
316 struct nlmsg_list *nlmsg_list, *nlmsg_end, *nlm;
381 for (nlm = nlmsg_list; nlm; nlm = nlm->nlm_next) {
382 int nlmlen = nlm->size;
383 if (!(nlh0 = nlm->nlh))
400 if (nlh->nlmsg_pid != pid || nlh->nlmsg_seq != nlm->seq)