Searched refs:asconf_ch (Results 1 – 1 of 1) sorted by relevance
4405 struct sctp_chunkhdr *asconf_ch = ch; in sctp_process_control() local4413 asconf_len = ntohs(asconf_ch->chunk_length); in sctp_process_control()4423 asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, asconf_offset, in sctp_process_control()4425 } while (asconf_ch != NULL && asconf_ch->chunk_type == SCTP_ASCONF); in sctp_process_control()