Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_constants.h710 #define SCTP_NOTIFY_STR_RESET_TSN 24 macro
H A Dsctp_input.c3571 sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_TSN, stcb, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_handle_stream_reset_response()
3573 …sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_TSN, stcb, SCTP_ASSOC_RESET_DENIED, NULL, SCTP_SO_NOT_LOCKED… in sctp_handle_stream_reset_response()
3575 …sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_TSN, stcb, SCTP_ASSOC_RESET_FAILED, NULL, SCTP_SO_NOT_LOCKED… in sctp_handle_stream_reset_response()
3704 sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_TSN, stcb, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_handle_str_reset_request_tsn()
H A Dsctputil.c4213 case SCTP_NOTIFY_STR_RESET_TSN: in sctp_ulp_notify()