Searched refs:req_out_param (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_input.c | 3483 struct sctp_stream_reset_out_request *req_out_param; in sctp_handle_stream_reset_response() local 3500 req_out_param = (struct sctp_stream_reset_out_request *)req_param; in sctp_handle_stream_reset_response() 3507 sctp_reset_out_streams(stcb, number_entries, req_out_param->list_of_streams); in sctp_handle_stream_reset_response() 3509 …sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_DENIED_OUT, stcb, number_entries, req_out_param->list_of_str… in sctp_handle_stream_reset_response() 3520 …sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_FAILED_OUT, stcb, number_entries, req_out_param->list_of_str… in sctp_handle_stream_reset_response() 3523 sctp_reset_clear_pending(stcb, number_entries, req_out_param->list_of_streams); in sctp_handle_stream_reset_response()
|