Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_input.c3909 struct sctp_stream_reset_add_strm *str_add) in sctp_handle_str_reset_add_strm() argument
3921 seq = ntohl(str_add->request_seq); in sctp_handle_str_reset_add_strm()
3922 num_stream = ntohs(str_add->number_of_streams); in sctp_handle_str_reset_add_strm()
3994 struct sctp_stream_reset_add_strm *str_add) in sctp_handle_str_reset_add_out_strm() argument
4005 seq = ntohl(str_add->request_seq); in sctp_handle_str_reset_add_out_strm()
4006 num_stream = ntohs(str_add->number_of_streams); in sctp_handle_str_reset_add_out_strm()
4151 struct sctp_stream_reset_add_strm *str_add; in sctp_handle_stream_reset() local
4156 str_add = (struct sctp_stream_reset_add_strm *)ph; in sctp_handle_stream_reset()
4158 sctp_handle_str_reset_add_strm(stcb, chk, str_add); in sctp_handle_stream_reset()
4160 struct sctp_stream_reset_add_strm *str_add; in sctp_handle_stream_reset() local
[all …]