Home
last modified time | relevance | path

Searched refs:sctp_abort_notification (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctputil.h170 sctp_abort_notification(struct sctp_tcb *, uint8_t, uint16_t,
H A Dsctputil.c4326 sctp_abort_notification(struct sctp_tcb *stcb, uint8_t from_peer, uint16_t error, in sctp_abort_notification() function
4374 sctp_abort_notification(stcb, 0, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_abort_association()
4473 sctp_abort_notification(stcb, 0, 0, NULL, so_locked); in sctp_abort_an_association()
H A Dsctp_input.c819 sctp_abort_notification(stcb, 1, error, abort, SCTP_SO_NOT_LOCKED); in sctp_handle_abort()
1174 sctp_abort_notification(stcb, 0, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_handle_error()
H A Dsctp_usrreq.c192 sctp_abort_notification(stcb, 1, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_notify()
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c203 sctp_abort_notification(stcb, 1, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp6_notify()