Home
last modified time | relevance | path

Searched refs:sctp_ss_is_empty (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/netinet/
Dsctp_ss_functions.c832 .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,
Dsctp_timer.c1330 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()
Dsctp_structs.h703 int (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc); member
Dsctp_input.c235 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()
Dsctp_output.c7849 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()