Searched refs:pr_supported (Results 1 – 3 of 3) sorted by relevance
4628 struct sctp_supported_chunk_types_param *pr_supported; in sctp_send_initiate() local4741 pr_supported = (struct sctp_supported_chunk_types_param *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate()4743 pr_supported->chunk_types[num_ext++] = SCTP_FORWARD_CUM_TSN; in sctp_send_initiate()4745 pr_supported->chunk_types[num_ext++] = SCTP_IFORWARD_CUM_TSN; in sctp_send_initiate()4749 pr_supported->chunk_types[num_ext++] = SCTP_AUTHENTICATION; in sctp_send_initiate()4752 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate()4753 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK; in sctp_send_initiate()4756 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate()4759 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate()4762 pr_supported->chunk_types[num_ext++] = SCTP_NR_SELECTIVE_ACK; in sctp_send_initiate()[all …]
1789 struct sctp_supported_chunk_types_param *pr_supported; in sctp_validate_init_auth_params() local1802 pr_supported = (struct sctp_supported_chunk_types_param *)phdr; in sctp_validate_init_auth_params()1805 switch (pr_supported->chunk_types[i]) { in sctp_validate_init_auth_params()
6289 struct sctp_supported_chunk_types_param *pr_supported; in sctp_load_addresses_from_init() local6301 pr_supported = (struct sctp_supported_chunk_types_param *)phdr; in sctp_load_addresses_from_init()6304 switch (pr_supported->chunk_types[i]) { in sctp_load_addresses_from_init()