Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctputil.c3173 } else if ((state == SCTP_COMM_LOST) || (state == SCTP_CANT_STR_ASSOC)) { in sctp_notify_assoc_change()
3221 } else if ((state == SCTP_COMM_LOST) || (state == SCTP_CANT_STR_ASSOC)) { in sctp_notify_assoc_change()
3249 ((state == SCTP_COMM_LOST) || (state == SCTP_CANT_STR_ASSOC))) { in sctp_notify_assoc_change()
3273 ((state == SCTP_COMM_LOST) || (state == SCTP_CANT_STR_ASSOC))) { in sctp_notify_assoc_change()
4163 sctp_notify_assoc_change(SCTP_COMM_LOST, stcb, error, data, false, false, so_locked); in sctp_ulp_notify()
4171 sctp_notify_assoc_change(SCTP_COMM_LOST, stcb, error, data, true, false, so_locked); in sctp_ulp_notify()
4179 sctp_notify_assoc_change(SCTP_COMM_LOST, stcb, error, data, false, true, so_locked); in sctp_ulp_notify()
H A Dsctp_uio.h313 #define SCTP_COMM_LOST 0x0002 macro