Home
last modified time | relevance | path

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

/freebsd-src/sys/netinet/
H A Dsctp_header.h454 struct sctp_stream_reset_add_strm { struct
H A Dsctp_input.c3800 struct sctp_stream_reset_add_strm *str_add) in sctp_handle_str_reset_add_strm()
3892 struct sctp_stream_reset_add_strm *str_add) in sctp_handle_str_reset_add_out_strm()
4051 struct sctp_stream_reset_add_strm *str_add; in sctp_handle_stream_reset()
4053 if (param_len < sizeof(struct sctp_stream_reset_add_strm)) { in sctp_handle_stream_reset()
4056 str_add = (struct sctp_stream_reset_add_strm *)ph; in sctp_handle_stream_reset()
4060 struct sctp_stream_reset_add_strm *str_add; in sctp_handle_stream_reset()
4062 if (param_len < sizeof(struct sctp_stream_reset_add_strm)) { in sctp_handle_stream_reset()
4065 str_add = (struct sctp_stream_reset_add_strm *)ph; in sctp_handle_stream_reset()
H A Dsctp_output.c12025 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_out_stream()
12031 addstr = (struct sctp_stream_reset_add_strm *)((caddr_t)ch + len); in sctp_add_an_out_stream()
12033 len = sizeof(struct sctp_stream_reset_add_strm); in sctp_add_an_out_stream()
12058 struct sctp_stream_reset_add_strm *addstr; in sctp_add_an_in_stream()
12064 addstr = (struct sctp_stream_reset_add_strm *)((caddr_t)ch + len); in sctp_add_an_in_stream()
12066 len = sizeof(struct sctp_stream_reset_add_strm); in sctp_add_an_in_stream()