Searched refs:pr_supported (Results 1 – 3 of 3) sorted by relevance
4624 struct sctp_supported_chunk_types_param *pr_supported; in sctp_send_initiate() local4738 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate()4739 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK; in sctp_send_initiate()4742 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate()4745 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate()4756 pr_supported->ph.param_length = htons(parameter_len); in sctp_send_initiate()5471 struct sctp_supported_chunk_types_param *pr_supported; in sctp_send_initiate_ack() local5937 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate_ack()5938 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK; in sctp_send_initiate_ack()5946 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate_ack()[all …]
1796 struct sctp_supported_chunk_types_param *pr_supported; in sctp_validate_init_auth_params() local1809 pr_supported = (struct sctp_supported_chunk_types_param *)phdr; in sctp_validate_init_auth_params()1812 switch (pr_supported->chunk_types[i]) { in sctp_validate_init_auth_params()
6399 struct sctp_supported_chunk_types_param *pr_supported; in sctp_load_addresses_from_init() local6411 pr_supported = (struct sctp_supported_chunk_types_param *)phdr; in sctp_load_addresses_from_init()6414 switch (pr_supported->chunk_types[i]) { in sctp_load_addresses_from_init()