Searched refs:sctp_inpcb_free (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_pcb.h | 553 void sctp_inpcb_free(struct sctp_inpcb *, int, int);
|
H A D | sctputil.c | 2046 sctp_inpcb_free(inp, SCTP_FREE_SHOULD_USE_ABORT, in sctp_timeout_handler() 4509 sctp_inpcb_free(inp, SCTP_FREE_SHOULD_USE_ABORT, in sctp_abort_an_association() 4557 sctp_inpcb_free(inp, SCTP_FREE_SHOULD_USE_ABORT, in sctp_handle_ootb()
|
H A D | sctp_usrreq.c | 437 sctp_inpcb_free(inp, SCTP_FREE_SHOULD_USE_ABORT, in sctp_abort() 534 sctp_inpcb_free(inp, SCTP_FREE_SHOULD_USE_ABORT, in sctp_close() 541 sctp_inpcb_free(inp, SCTP_FREE_SHOULD_USE_GRACEFUL_CLOSE, in sctp_close()
|
H A D | sctp_pcb.c | 3197 sctp_inpcb_free(struct sctp_inpcb *inp, int immediate, int from) in sctp_inpcb_free() function 5062 sctp_inpcb_free(inp, in sctp_free_assoc()
|