Searched refs:SCTP_CANT_STR_ASSOC (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | sctp_uio.h | 321 #define SCTP_CANT_STR_ASSOC 0x0005 macro
|
| D | sctputil.c | 3176 } else if ((state == SCTP_COMM_LOST) || (state == SCTP_CANT_STR_ASSOC)) { in sctp_notify_assoc_change() 3220 } 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() 3274 ((state == SCTP_COMM_LOST) || (state == SCTP_CANT_STR_ASSOC))) { in sctp_notify_assoc_change() 4147 sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, 0, so_locked); in sctp_ulp_notify() 4155 sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, 1, so_locked); in sctp_ulp_notify()
|