Searched refs:sctp_free_bufspace (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctputil.h | 287 sctp_free_bufspace(struct sctp_tcb *, struct sctp_association *, 291 #define sctp_free_bufspace(stcb, asoc, tp1, chk_cnt) \ macro
|
D | sctputil.c | 3921 sctp_free_bufspace(stcb, asoc, chk, 1); 3944 sctp_free_bufspace(stcb, asoc, chk, 1); 5127 sctp_free_bufspace(struct sctp_tcb *stcb, struct sctp_association *asoc, function 5192 sctp_free_bufspace(stcb, &stcb->asoc, tp1, 1); 5244 sctp_free_bufspace(stcb, &stcb->asoc, tp1, 1);
|
D | sctp_timer.c | 439 sctp_free_bufspace(stcb, asoc, chk, 1); in sctp_recover_sent_list()
|
D | sctp_indata.c | 2795 sctp_free_bufspace(stcb, &stcb->asoc, tp1, 1); in sctp_process_segment_range() 3754 sctp_free_bufspace(stcb, asoc, tp1, 1); 4501 sctp_free_bufspace(stcb, asoc, tp1, 1);
|
D | sctp_input.c | 349 sctp_free_bufspace(stcb, asoc, chk, 1); in sctp_process_init()
|