Searched refs:req_out_param (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_input.c | 3439 struct sctp_stream_reset_out_request *req_out_param; in sctp_handle_stream_reset_response() local 3456 req_out_param = (struct sctp_stream_reset_out_request *)req_param; in sctp_handle_stream_reset_response() 3463 sctp_reset_out_streams(stcb, number_entries, req_out_param->list_of_streams); in sctp_handle_stream_reset_response() 3465 …sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_DENIED_OUT, stcb, number_entries, req_out_param->list_of_str… in sctp_handle_stream_reset_response() 3476 …sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_FAILED_OUT, stcb, number_entries, req_out_param->list_of_str… in sctp_handle_stream_reset_response() 3479 sctp_reset_clear_pending(stcb, number_entries, req_out_param->list_of_streams); in sctp_handle_stream_reset_response()
|