Searched refs:sctp_ulp_notify (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | sctp_input.c | 201 sctp_ulp_notify(SCTP_NOTIFY_DG_FAIL, in sctp_process_init() 459 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_CONFIRMED, in sctp_handle_heartbeat_ack() 468 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_UP, stcb, in sctp_handle_heartbeat_ack() 552 sctp_ulp_notify(SCTP_NOTIFY_PEER_SHUTDOWN, stcb, 0, NULL); in sctp_handle_shutdown() 651 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_DOWN, stcb, 0, NULL); in sctp_handle_shutdown_ack() 964 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_CONFIRMED, in sctp_handle_init_ack() 2057 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_CONFIRMED, in sctp_handle_cookie_echo() 2082 sctp_ulp_notify(notification, *stcb, 0, NULL); in sctp_handle_cookie_echo() 2125 sctp_ulp_notify(notification, *stcb, 0, NULL); in sctp_handle_cookie_echo() 2130 sctp_ulp_notify(notification, *stcb, 0, NULL); in sctp_handle_cookie_echo() [all …]
|
H A D | sctputil.h | 172 void sctp_ulp_notify(u_int32_t, struct sctp_tcb *, u_int32_t, void *);
|
H A D | sctputil.c | 2463 sctp_ulp_notify(u_int32_t notification, struct sctp_tcb *stcb, in sctp_ulp_notify() function 2585 sctp_ulp_notify(SCTP_NOTIFY_DG_FAIL, stcb, in sctp_report_all_outbound() 2608 sctp_ulp_notify(SCTP_NOTIFY_DG_FAIL, stcb, SCTP_NOTIFY_DATAGRAM_UNSENT, chk); in sctp_report_all_outbound() 2628 sctp_ulp_notify(SCTP_NOTIFY_DG_FAIL, stcb, in sctp_report_all_outbound() 2655 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_ABORTED, stcb, error, NULL); in sctp_abort_notification() 3388 sctp_ulp_notify(SCTP_NOTIFY_DG_FAIL, stcb, reason, tp1); in sctp_release_pr_sctp_chunk()
|
H A D | sctp_asconf.c | 290 sctp_ulp_notify(SCTP_NOTIFY_ASCONF_ADD_IP, stcb, 0, sa); in sctp_process_asconf_add_ip() 448 sctp_ulp_notify(SCTP_NOTIFY_ASCONF_DELETE_IP, stcb, 0, sa); in sctp_process_asconf_delete_ip() 544 sctp_ulp_notify(SCTP_NOTIFY_ASCONF_SET_PRIMARY, stcb, 0, sa); in sctp_process_asconf_set_primary()
|
H A D | sctp_indata.c | 3278 sctp_ulp_notify(SCTP_NOTIFY_DG_FAIL, stcb, in sctp_try_advance_peer_ack_point() 3891 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_UP, stcb, in sctp_handle_sack() 4602 sctp_ulp_notify(SCTP_NOTIFY_PARTIAL_DELVIERY_INDICATION, in sctp_handle_forward_tsn() 4617 sctp_ulp_notify(SCTP_NOTIFY_PARTIAL_DELVIERY_INDICATION, in sctp_handle_forward_tsn()
|
H A D | sctp_timer.c | 154 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, in sctp_threshold_management()
|
H A D | sctp_output.c | 2209 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, in sctp_lowlevel_chunk_output() 2388 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, in sctp_lowlevel_chunk_output() 5074 sctp_ulp_notify(SCTP_NOTIFY_DG_FAIL, stcb, 8677 sctp_ulp_notify(SCTP_NOTIFY_STR_RESET_SEND, stcb, number_entries, (void *)list);
|
H A D | sctp_usrreq.c | 384 sctp_ulp_notify(SCTP_NOTIFY_INTERFACE_DOWN, in sctp_notify()
|
H A D | sctp_pcb.c | 4166 sctp_ulp_notify(SCTP_NOTIFY_ADAPTION_INDICATION, in sctp_load_addresses_from_init()
|