Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_constants.h688 #define SCTP_NOTIFY_ASSOC_DOWN 2 macro
H A Dsctp_input.c991 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_DOWN, stcb, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_handle_shutdown_ack()
3030 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_DOWN, stcb, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_handle_shutdown_complete()
H A Dsctputil.c4123 case SCTP_NOTIFY_ASSOC_DOWN: in sctp_ulp_notify()