Searched refs:sctp_send_shutdown (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_output.h | 103 void sctp_send_shutdown(struct sctp_tcb *, struct sctp_nets *);
|
H A D | sctp_timer.c | 1312 sctp_send_shutdown(stcb, alt); in sctp_shutdown_timer() 1579 sctp_send_shutdown(stcb, net); in sctp_autoclose_timer()
|
H A D | sctp_indata.c | 2579 sctp_send_shutdown(stcb, in sctp_sack_check() 4315 sctp_send_shutdown(stcb, netp); in sctp_express_handle_sack() 4992 sctp_send_shutdown(stcb, netp); in sctp_handle_sack()
|
H A D | sctp_input.c | 2797 sctp_send_shutdown(stcb, net); in sctp_handle_cookie_ack() 3239 sctp_send_shutdown(stcb, net); in process_chunk_drop()
|
H A D | sctp_usrreq.c | 727 sctp_send_shutdown(stcb, netp); in sctp_disconnect() 930 sctp_send_shutdown(stcb, netp); in sctp_shutdown()
|
H A D | sctp_output.c | 6766 sctp_send_shutdown(stcb, net); in sctp_sendall_iterator() 9249 sctp_send_shutdown(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_send_shutdown() function 13602 sctp_send_shutdown(stcb, netp); in sctp_lower_sosend()
|
H A D | sctp_pcb.c | 3324 sctp_send_shutdown(stcb, netp); in sctp_inpcb_free()
|