Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_input.c3627 struct sctp_stream_reset_out_request *req_out_param; in sctp_handle_stream_reset_response() local
3644 req_out_param = (struct sctp_stream_reset_out_request *)req_param; in sctp_handle_stream_reset_response()
3651 sctp_reset_out_streams(stcb, number_entries, req_out_param->list_of_streams); in sctp_handle_stream_reset_response()
3653 …sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_DENIED_OUT, stcb, number_entries, req_out_param->list_of_str… in sctp_handle_stream_reset_response()
3664 …sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_FAILED_OUT, stcb, number_entries, req_out_param->list_of_str… in sctp_handle_stream_reset_response()
3667 sctp_reset_clear_pending(stcb, number_entries, req_out_param->list_of_streams); in sctp_handle_stream_reset_response()