Home
last modified time | relevance | path

Searched refs:sctp_ss_remove_from_stream (Results 1 – 6 of 6) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_ss_functions.c971 .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,
Dsctp_structs.h801 void (*sctp_ss_remove_from_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc, member
Dsctp_input.c288 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()
Dsctp_output.c7822 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);
Dsctp_pcb.c5739 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1);
Dsctputil.c4545 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1);