Searched refs:sctp_ulp_notify (Results 1 – 11 of 11) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_input.c | 361 sctp_ulp_notify(SCTP_NOTIFY_UNSENT_DG_FAIL, stcb, in sctp_process_init() 379 sctp_ulp_notify(SCTP_NOTIFY_SPECIAL_SP_FAIL, in sctp_process_init() 716 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_CONFIRMED, in sctp_handle_heartbeat_ack() 740 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_UP, stcb, in sctp_handle_heartbeat_ack() 1044 sctp_ulp_notify(SCTP_NOTIFY_PEER_SHUTDOWN, stcb, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_handle_shutdown() 1161 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_DOWN, stcb, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_handle_shutdown_ack() 1415 sctp_ulp_notify(SCTP_NOTIFY_REMOTE_ERROR, stcb, code, ch, SCTP_SO_NOT_LOCKED); in sctp_handle_error() 1517 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_CONFIRMED, in sctp_handle_init_ack() 2945 sctp_ulp_notify(notification, *stcb, 0, NULL, SCTP_SO_NOT_LOCKED); 2947 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_CONFIRMED, [all …]
|
D | sctputil.h | 165 void sctp_ulp_notify(uint32_t, struct sctp_tcb *, uint32_t, void *, int
|
D | sctp_asconf.c | 280 sctp_ulp_notify(SCTP_NOTIFY_ASCONF_ADD_IP, stcb, 0, sa, SCTP_SO_NOT_LOCKED); in sctp_process_asconf_add_ip() 313 sctp_ulp_notify(SCTP_NOTIFY_ASCONF_DELETE_IP, stcb, 0, in sctp_asconf_del_remote_addrs_except() 458 sctp_ulp_notify(SCTP_NOTIFY_ASCONF_DELETE_IP, stcb, 0, sa, SCTP_SO_NOT_LOCKED); in sctp_process_asconf_delete_ip() 560 sctp_ulp_notify(SCTP_NOTIFY_ASCONF_SET_PRIMARY, stcb, 0, sa, SCTP_SO_NOT_LOCKED); in sctp_process_asconf_set_primary()
|
D | sctputil.c | 4248 sctp_ulp_notify(uint32_t notification, struct sctp_tcb *stcb, function 4295 sctp_ulp_notify(SCTP_NOTIFY_NO_PEER_AUTH, stcb, 0, 4384 sctp_ulp_notify(SCTP_NOTIFY_NO_PEER_AUTH, stcb, 0, 4505 sctp_ulp_notify(SCTP_NOTIFY_SENT_DG_FAIL, stcb, 4528 sctp_ulp_notify(SCTP_NOTIFY_UNSENT_DG_FAIL, stcb, 4548 sctp_ulp_notify(SCTP_NOTIFY_SPECIAL_SP_FAIL, stcb, 4603 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_REM_ABORTED, stcb, error, abort, so_locked); 4605 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_LOC_ABORTED, stcb, error, abort, so_locked); 5616 sctp_ulp_notify(SCTP_NOTIFY_SENT_DG_FAIL, stcb, 0, tp1, so_locked); 5618 sctp_ulp_notify(SCTP_NOTIFY_UNSENT_DG_FAIL, stcb, 0, tp1, so_locked); [all …]
|
D | sctp_usrreq.c | 319 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, 6061 sctp_ulp_notify(SCTP_NOTIFY_SENDER_DRY, stcb, 0, NULL, SCTP_SO_LOCKED); 6333 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, stcb, 0, net, SCTP_SO_LOCKED); 6338 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_UP, stcb, 0, net, SCTP_SO_LOCKED); 6378 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, stcb, 0, net, SCTP_SO_LOCKED); 6383 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_UP, stcb, 0, net, SCTP_SO_LOCKED); 7094 sctp_ulp_notify(SCTP_NOTIFY_SENDER_DRY, stcb, 0, NULL, SCTP_SO_LOCKED); 7406 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, stcb, 0, net, SCTP_SO_LOCKED); 7411 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_UP, stcb, 0, net, SCTP_SO_LOCKED); 7437 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, stcb, 0, net, SCTP_SO_LOCKED); [all …]
|
D | sctp_auth.c | 590 sctp_ulp_notify(SCTP_NOTIFY_AUTH_FREE_KEY, stcb, in sctp_auth_key_release() 1353 sctp_ulp_notify(SCTP_NOTIFY_AUTH_FREE_KEY, stcb, keyid, 0,
|
D | sctp_timer.c | 115 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, in sctp_threshold_management()
|
D | sctp_pcb.c | 5579 sctp_ulp_notify(SCTP_NOTIFY_PARTIAL_DELVIERY_INDICATION, 5744 sctp_ulp_notify(SCTP_NOTIFY_SPECIAL_SP_FAIL, stcb, 5807 sctp_ulp_notify(SCTP_NOTIFY_UNSENT_DG_FAIL, stcb, 5840 sctp_ulp_notify(SCTP_NOTIFY_SENT_DG_FAIL, stcb,
|
D | sctp_indata.c | 4223 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_UP, stcb, 5007 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_UP, stcb, 5782 sctp_ulp_notify(SCTP_NOTIFY_PARTIAL_DELVIERY_INDICATION,
|
D | sctp_output.c | 4067 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN,
|
/external/usrsctp/usrsctplib/netinet6/ |
D | sctp6_usrreq.c | 363 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN,
|