Searched refs:sctp_notify_assoc_change (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctputil.c | 3148 sctp_notify_assoc_change(uint16_t state, struct sctp_tcb *stcb, in sctp_notify_assoc_change() function 4074 sctp_notify_assoc_change(SCTP_COMM_UP, stcb, error, NULL, 0, so_locked); in sctp_ulp_notify() 4086 sctp_notify_assoc_change(SCTP_SHUTDOWN_COMP, stcb, error, NULL, 0, so_locked); in sctp_ulp_notify() 4139 sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, 0, so_locked); in sctp_ulp_notify() 4141 sctp_notify_assoc_change(SCTP_COMM_LOST, stcb, error, data, 0, so_locked); in sctp_ulp_notify() 4147 sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, 1, so_locked); in sctp_ulp_notify() 4149 sctp_notify_assoc_change(SCTP_COMM_LOST, stcb, error, data, 1, so_locked); in sctp_ulp_notify() 4153 sctp_notify_assoc_change(SCTP_RESTART, stcb, error, NULL, 0, so_locked); in sctp_ulp_notify()
|