Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_ss_functions.c945 .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 Dsctp_structs.h740 void (*sctp_ss_remove_from_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc, member
H A Dsctp_input.c255 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 Dsctp_output.c7197 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 Dsctp_pcb.c4929 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1); in sctp_free_assoc()
H A Dsctputil.c4302 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, outs, sp, 1); in sctp_report_all_outbound()