Lines Matching refs:notification
1043 struct sockaddr *init_src, int *notification) in sctp_process_cookie_existing() argument
1191 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_existing()
1299 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_existing()
1332 *notification = SCTP_NOTIFY_ASSOC_RESTART; in sctp_process_cookie_existing()
1411 struct sockaddr *init_src, int *notification) in sctp_process_cookie_new() argument
1613 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_new()
1682 int notification = 0; in sctp_handle_cookie_echo() local
2012 cookie_len, *inp_p, netp, to, ¬ification); in sctp_handle_cookie_echo()
2025 cookie, cookie_len, *inp_p, *stcb, *netp, to, ¬ification); in sctp_handle_cookie_echo()
2077 if (notification == SCTP_NOTIFY_ASSOC_RESTART) { 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()
2129 if ((notification) && ((*inp_p)->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE)) { in sctp_handle_cookie_echo()
2130 sctp_ulp_notify(notification, *stcb, 0, NULL); in sctp_handle_cookie_echo()