Searched refs:sctp_ss_remove_from_stream (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_ss_functions.c | 945 .sctp_ss_remove_from_stream = sctp_ss_default_remove, 960 .sctp_ss_remove_from_stream = sctp_ss_default_remove, 975 .sctp_ss_remove_from_stream = sctp_ss_default_remove, 990 .sctp_ss_remove_from_stream = sctp_ss_prio_remove, 1005 .sctp_ss_remove_from_stream = sctp_ss_fb_remove, 1020 .sctp_ss_remove_from_stream = sctp_ss_fcfs_remove,
|
| H A D | sctp_structs.h | 740 void (*sctp_ss_remove_from_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc, member
|
| H A D | sctp_input.c | 255 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, &asoc->strmout[i], sp, 1); in sctp_is_there_unsent_data() 344 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1); in sctp_process_init()
|
| H A D | sctp_output.c | 7197 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, strq, sp, send_lock_up); in sctp_move_to_outqueue() 7628 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, strq, sp, send_lock_up); in sctp_move_to_outqueue()
|
| H A D | sctp_pcb.c | 4929 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1); in sctp_free_assoc()
|
| H A D | sctputil.c | 4302 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1); in sctp_report_all_outbound()
|