Lines Matching refs:pr_supported

4626 	struct sctp_supported_chunk_types_param *pr_supported;  in sctp_send_initiate()  local
4739 pr_supported = (struct sctp_supported_chunk_types_param *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate()
4741 pr_supported->chunk_types[num_ext++] = SCTP_FORWARD_CUM_TSN; in sctp_send_initiate()
4743 pr_supported->chunk_types[num_ext++] = SCTP_IFORWARD_CUM_TSN; in sctp_send_initiate()
4747 pr_supported->chunk_types[num_ext++] = SCTP_AUTHENTICATION; in sctp_send_initiate()
4750 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate()
4751 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK; in sctp_send_initiate()
4754 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate()
4757 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate()
4760 pr_supported->chunk_types[num_ext++] = SCTP_NR_SELECTIVE_ACK; in sctp_send_initiate()
4763 pr_supported->chunk_types[num_ext++] = SCTP_PACKET_DROPPED; in sctp_send_initiate()
4767 pr_supported->ph.param_type = htons(SCTP_SUPPORTED_CHUNK_EXT); in sctp_send_initiate()
4768 pr_supported->ph.param_length = htons(parameter_len); in sctp_send_initiate()
5509 struct sctp_supported_chunk_types_param *pr_supported; in sctp_send_initiate_ack() local
5986 pr_supported = (struct sctp_supported_chunk_types_param *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate_ack()
5989 pr_supported->chunk_types[num_ext++] = SCTP_FORWARD_CUM_TSN; in sctp_send_initiate_ack()
5992 pr_supported->chunk_types[num_ext++] = SCTP_IFORWARD_CUM_TSN; in sctp_send_initiate_ack()
5997 pr_supported->chunk_types[num_ext++] = SCTP_AUTHENTICATION; in sctp_send_initiate_ack()
6001 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate_ack()
6002 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK; in sctp_send_initiate_ack()
6006 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate_ack()
6010 pr_supported->chunk_types[num_ext++] = SCTP_IDATA; in sctp_send_initiate_ack()
6014 pr_supported->chunk_types[num_ext++] = SCTP_NR_SELECTIVE_ACK; in sctp_send_initiate_ack()
6018 pr_supported->chunk_types[num_ext++] = SCTP_PACKET_DROPPED; in sctp_send_initiate_ack()
6022 pr_supported->ph.param_type = htons(SCTP_SUPPORTED_CHUNK_EXT); in sctp_send_initiate_ack()
6023 pr_supported->ph.param_length = htons(parameter_len); in sctp_send_initiate_ack()