Searched refs:assoc1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c693 struct sctp_nat_assoc *assoc1, *assoc2; local
700 assoc1 = LIST_FIRST(&la->sctpNatTimer.TimerQ[i]);
701 while (assoc1 != NULL) {
702 freeGlobalAddressList(assoc1);
703 assoc2 = LIST_NEXT(assoc1, timer_Q);
704 sn_free(assoc1);
705 assoc1 = assoc2;

Completed in 55 milliseconds