Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_header.h456 struct sctp_stream_reset_add_strm { struct
H A Dsctp_input.c3850 struct sctp_stream_reset_add_strm *str_add) in sctp_handle_str_reset_add_strm()
3942 struct sctp_stream_reset_add_strm *str_add) in sctp_handle_str_reset_add_out_strm()
4101 struct sctp_stream_reset_add_strm *str_add; in sctp_handle_stream_reset()
4103 if (param_len < sizeof(struct sctp_stream_reset_add_strm)) { in sctp_handle_stream_reset()
4106 str_add = (struct sctp_stream_reset_add_strm *)ph; in sctp_handle_stream_reset()
4110 struct sctp_stream_reset_add_strm *str_add; in sctp_handle_stream_reset()
4112 if (param_len < sizeof(struct sctp_stream_reset_add_strm)) { in sctp_handle_stream_reset()
4115 str_add = (struct sctp_stream_reset_add_strm *)ph; in sctp_handle_stream_reset()
H A Dsctp_output.c11911 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_out_stream()
11917 addstr = (struct sctp_stream_reset_add_strm *)((caddr_t)ch + len); in sctp_add_an_out_stream()
11919 len = sizeof(struct sctp_stream_reset_add_strm); in sctp_add_an_out_stream()
11944 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_in_stream()
11950 addstr = (struct sctp_stream_reset_add_strm *)((caddr_t)ch + len); in sctp_add_an_in_stream()
11952 len = sizeof(struct sctp_stream_reset_add_strm); in sctp_add_an_in_stream()