Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_input.c3850 struct sctp_stream_reset_add_strm *str_add) in sctp_handle_str_reset_add_strm() argument
3862 seq = ntohl(str_add->request_seq); in sctp_handle_str_reset_add_strm()
3863 num_stream = ntohs(str_add->number_of_streams); in sctp_handle_str_reset_add_strm()
3942 struct sctp_stream_reset_add_strm *str_add) in sctp_handle_str_reset_add_out_strm() argument
3953 seq = ntohl(str_add->request_seq); in sctp_handle_str_reset_add_out_strm()
3954 num_stream = ntohs(str_add->number_of_streams); in sctp_handle_str_reset_add_out_strm()
4101 struct sctp_stream_reset_add_strm *str_add; in sctp_handle_stream_reset() local
4106 str_add = (struct sctp_stream_reset_add_strm *)ph; in sctp_handle_stream_reset()
4108 sctp_handle_str_reset_add_strm(stcb, chk, str_add); in sctp_handle_stream_reset()
4110 struct sctp_stream_reset_add_strm *str_add; in sctp_handle_stream_reset() local
[all …]