Searched refs:SCTP_INITIATION_ACK (Results 1 – 5 of 5) sorted by relevance
103 #define SCTP_INITIATION_ACK 0x02 macro123 { SCTP_INITIATION_ACK, "INIT ACK" },666 case SCTP_INITIATION_ACK : in sctp_print()
251 #define SCTP_INITIATION_ACK 0x02 macro
1130 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) { in sctp_process_cookie_existing()1471 if (initack_cp->ch.chunk_type != SCTP_INITIATION_ACK) { in sctp_process_cookie_new()2581 case SCTP_INITIATION_ACK: /* this should not happen */ in process_chunk_drop()3200 if (ch->chunk_type == SCTP_INITIATION_ACK) { in sctp_process_control()3302 case SCTP_INITIATION_ACK: in sctp_process_control()
1201 (ch->chunk_type != SCTP_INITIATION_ACK) && in sctp_findassociation_addr()1229 (ch->chunk_type == SCTP_INITIATION_ACK)) { in sctp_findassociation_addr()
3585 initackm_out->msg.ch.chunk_type = SCTP_INITIATION_ACK; in sctp_send_initiate_ack()