Searched refs:sctp_free_bufspace (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctputil.h | 234 sctp_free_bufspace(struct sctp_tcb *, struct sctp_association *,
|
H A D | sctputil.c | 4296 sctp_free_bufspace(stcb, asoc, chk, 1); in sctp_report_all_outbound() 4319 sctp_free_bufspace(stcb, asoc, chk, 1); in sctp_report_all_outbound() 5037 sctp_free_bufspace(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_free_bufspace() function 5105 sctp_free_bufspace(stcb, &stcb->asoc, tp1, 1); in sctp_release_pr_sctp_chunk() 5158 sctp_free_bufspace(stcb, &stcb->asoc, tp1, 1); in sctp_release_pr_sctp_chunk()
|
H A D | sctp_timer.c | 462 sctp_free_bufspace(stcb, asoc, chk, 1); in sctp_recover_sent_list()
|
H A D | sctp_indata.c | 3139 sctp_free_bufspace(stcb, &stcb->asoc, tp1, 1); in sctp_process_segment_range() 4103 sctp_free_bufspace(stcb, asoc, tp1, 1); in sctp_express_handle_sack() 4782 sctp_free_bufspace(stcb, asoc, tp1, 1); in sctp_handle_sack()
|
H A D | sctp_input.c | 285 sctp_free_bufspace(stcb, asoc, chk, 1); in sctp_process_init()
|