Home | History | Annotate | Download | only in netinet

Lines Matching refs:deleted_primary

1253 	if (stcb->asoc.deleted_primary == NULL) {
1254 SCTPDBG(SCTP_DEBUG_ASCONF1, "delete_prim_timer: deleted_primary is not stored...\n");
1259 SCTPDBG_ADDR(SCTP_DEBUG_ASCONF1, &stcb->asoc.deleted_primary->ro._l_addr.sa);
1260 sctp_free_remote_addr(stcb->asoc.deleted_primary);
1261 stcb->asoc.deleted_primary = NULL;