Searched refs:sctp_notify_assoc_change (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctputil.c | 3136 sctp_notify_assoc_change(uint16_t state, struct sctp_tcb *stcb, in sctp_notify_assoc_change() function 4113 sctp_notify_assoc_change(SCTP_COMM_UP, stcb, error, NULL, false, false, so_locked); in sctp_ulp_notify() 4124 sctp_notify_assoc_change(SCTP_SHUTDOWN_COMP, stcb, error, NULL, false, false, so_locked); in sctp_ulp_notify() 4161 sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, false, false, so_locked); in sctp_ulp_notify() 4163 sctp_notify_assoc_change(SCTP_COMM_LOST, stcb, error, data, false, false, so_locked); in sctp_ulp_notify() 4169 sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, true, 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() 4177 sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, false, true, 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() 4183 sctp_notify_assoc_change(SCTP_RESTART, stcb, error, NULL, false, false, so_locked); in sctp_ulp_notify()
|