Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_input.c3800 struct sctp_stream_reset_add_strm *str_add) in sctp_handle_str_reset_add_strm() argument
3812 seq = ntohl(str_add->request_seq); in sctp_handle_str_reset_add_strm()
3813 num_stream = ntohs(str_add->number_of_streams); in sctp_handle_str_reset_add_strm()
3892 struct sctp_stream_reset_add_strm *str_add) in sctp_handle_str_reset_add_out_strm() argument
3903 seq = ntohl(str_add->request_seq); in sctp_handle_str_reset_add_out_strm()
3904 num_stream = ntohs(str_add->number_of_streams); in sctp_handle_str_reset_add_out_strm()
4051 struct sctp_stream_reset_add_strm *str_add; in sctp_handle_stream_reset() local
4056 str_add = (struct sctp_stream_reset_add_strm *)ph; in sctp_handle_stream_reset()
4058 sctp_handle_str_reset_add_strm(stcb, chk, str_add); in sctp_handle_stream_reset()
4060 struct sctp_stream_reset_add_strm *str_add; in sctp_handle_stream_reset() local
[all …]