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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.c3608 struct sctp_stream_reset_out_request *srparam; local
3616 srparam = sctp_find_stream_reset(stcb, seq, &chk);
3617 if (srparam) {
3619 type = ntohs(srparam->ph.param_type);
3620 lparm_len = ntohs(srparam->ph.param_length);
3628 sctp_reset_out_streams(stcb, number_entries, srparam->list_of_streams);
3630 sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_DENIED_OUT, stcb, number_entries, srparam->list_of_streams, SCTP_SO_NOT_LOCKED);
3632 sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_FAILED_OUT, stcb, number_entries, srparam->list_of_streams, SCTP_SO_NOT_LOCKED);
3641 number_entries, srparam->list_of_streams, SCTP_SO_NOT_LOCKED);
3644 number_entries, srparam
[all...]

Completed in 78 milliseconds