Searched refs:sctp_ss_remove_from_stream (Results 1 – 6 of 6) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_ss_functions.c | 971 .sctp_ss_remove_from_stream = sctp_ss_default_remove, 1001 .sctp_ss_remove_from_stream = sctp_ss_default_remove, 1031 .sctp_ss_remove_from_stream = sctp_ss_default_remove, 1061 .sctp_ss_remove_from_stream = sctp_ss_prio_remove, 1091 .sctp_ss_remove_from_stream = sctp_ss_fb_remove, 1121 .sctp_ss_remove_from_stream = sctp_ss_fcfs_remove,
|
D | sctp_structs.h | 801 void (*sctp_ss_remove_from_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc, member
|
D | sctp_input.c | 288 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, &asoc->strmout[i], sp, 1); in sctp_is_there_unsent_data() 378 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1); in sctp_process_init()
|
D | sctp_output.c | 7822 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, strq, sp, send_lock_up); 8250 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, strq, sp, send_lock_up);
|
D | sctp_pcb.c | 5739 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1);
|
D | sctputil.c | 4545 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1);
|