Searched refs:sctp_ss_is_empty (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/netinet/ |
| D | sctp_ss_functions.c | 832 .sctp_ss_is_empty = sctp_ss_default_is_empty, 846 .sctp_ss_is_empty = sctp_ss_default_is_empty, 860 .sctp_ss_is_empty = sctp_ss_default_is_empty, 874 .sctp_ss_is_empty = sctp_ss_default_is_empty, 888 .sctp_ss_is_empty = sctp_ss_default_is_empty, 902 .sctp_ss_is_empty = sctp_ss_fcfs_is_empty,
|
| D | sctp_timer.c | 1330 if (stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, &stcb->asoc)) { in sctp_audit_stream_queues_for_size() 1333 if (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, &stcb->asoc)) { in sctp_audit_stream_queues_for_size()
|
| D | sctp_structs.h | 703 int (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc); member
|
| D | sctp_input.c | 235 if (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc)) { in sctp_is_there_unsent_data() 1033 !stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc)) { in sctp_handle_shutdown_ack() 3185 !stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc)) { in sctp_handle_shutdown_complete()
|
| D | sctp_output.c | 7849 stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc)) { in sctp_med_chunk_output() 7898 (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc))) { in sctp_med_chunk_output() 10165 stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc)) { in sctp_chunk_output()
|