Searched refs:nw (Results 1 – 4 of 4) sorted by relevance
152 cmd_evts *tmp = head,*nw; in registr() local154 nw = (cmd_evts *)malloc(sizeof(cmd_evts)); in registr()155 if(nw != NULL) in registr()157 nw->event = event; in registr()158 nw->obj = obj; in registr()159 nw->next = NULL; in registr()168 head = nw; in registr()176 tmp->next = nw; in registr()
491 iface_instances *tmp = head,*nw; in registr() local493 nw = (iface_instances *)malloc(sizeof(iface_instances)); in registr()494 if(nw != NULL) in registr()496 nw->ipa_if_index = ipa_if_index; in registr()497 nw->obj = obj; in registr()498 nw->next = NULL; in registr()507 head = nw; in registr()515 tmp->next = nw; in registr()
521 iface_instances *tmp = head,*nw; in registr() local523 nw = (iface_instances *)malloc(sizeof(iface_instances)); in registr()524 if(nw != NULL) in registr()526 nw->ipa_if_index = ipa_if_index; in registr()527 nw->obj = obj; in registr()528 nw->next = NULL; in registr()537 head = nw; in registr()545 tmp->next = nw; in registr()