Home
last modified time | relevance | path

Searched refs:srparam (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/netinet/
Dsctp_input.c3580 struct sctp_stream_reset_out_request *srparam; in sctp_handle_stream_reset_response() local
3588 srparam = sctp_find_stream_reset(stcb, seq, &chk); in sctp_handle_stream_reset_response()
3589 if (srparam) { in sctp_handle_stream_reset_response()
3591 type = ntohs(srparam->ph.param_type); in sctp_handle_stream_reset_response()
3592 lparm_len = ntohs(srparam->ph.param_length); in sctp_handle_stream_reset_response()
3600 sctp_reset_out_streams(stcb, number_entries, srparam->list_of_streams); in sctp_handle_stream_reset_response()
3602 …sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_DENIED_OUT, stcb, number_entries, srparam->list_of_streams, … in sctp_handle_stream_reset_response()
3604 …sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_FAILED_OUT, stcb, number_entries, srparam->list_of_streams, … in sctp_handle_stream_reset_response()
3613 number_entries, srparam->list_of_streams, SCTP_SO_NOT_LOCKED); in sctp_handle_stream_reset_response()
3616 number_entries, srparam->list_of_streams, SCTP_SO_NOT_LOCKED); in sctp_handle_stream_reset_response()