sctp_pcb.c | 2870 struct sctp_nets *net, *net_tmp; local in function:sctp_del_remote_addr 2877 for (net = TAILQ_FIRST(&asoc->nets); net != NULL; net = net_tmp) { 2878 net_tmp = TAILQ_NEXT(net, sctp_next); 3907 struct sctp_nets *net, *net_tmp; local in function:sctp_load_addresses_from_init 3974 stcb_tmp = sctp_findassociation_ep_addr(&inp, sa, &net_tmp, local_sa, stcb); 3990 if (net_tmp != NULL && stcb_tmp == stcb) { 3991 net_tmp->dest_state &= ~SCTP_ADDR_NOT_IN_ASSOC; 4294 for (net = TAILQ_FIRST(&stcb->asoc.nets); net != NULL; net = net_tmp) { 4295 net_tmp = TAILQ_NEXT(net, sctp_next);
|