Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDsctp_header.h460 struct sctp_stream_reset_response_tsn { struct
501 struct sctp_stream_reset_response_tsn sr_resp;
HDsctp_input.c3789 struct sctp_stream_reset_response_tsn *resp; in sctp_handle_stream_reset_response()
3797 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) { in sctp_handle_stream_reset_response()
3801 resp = (struct sctp_stream_reset_response_tsn *)respin; in sctp_handle_stream_reset_response()
HDsctp_output.c11974 struct sctp_stream_reset_response_tsn *resp; in sctp_add_stream_reset_result_tsn()
11981 resp = (struct sctp_stream_reset_response_tsn *)((caddr_t)ch + len); in sctp_add_stream_reset_result_tsn()
11983 len = sizeof(struct sctp_stream_reset_response_tsn); in sctp_add_stream_reset_result_tsn()