Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_ss_functions.c944 .sctp_ss_is_empty = sctp_ss_default_is_empty,
959 .sctp_ss_is_empty = sctp_ss_default_is_empty,
974 .sctp_ss_is_empty = sctp_ss_default_is_empty,
989 .sctp_ss_is_empty = sctp_ss_default_is_empty,
1004 .sctp_ss_is_empty = sctp_ss_default_is_empty,
1019 .sctp_ss_is_empty = sctp_ss_fcfs_is_empty,
H A Dsctp_timer.c1365 if (stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, &stcb->asoc)) { in sctp_audit_stream_queues_for_size()
1368 if (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, &stcb->asoc)) { in sctp_audit_stream_queues_for_size()
H A Dsctp_structs.h739 int (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc); member
H A Dsctp_input.c229 if (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc)) { in sctp_is_there_unsent_data()
H A Dsctp_output.c7895 (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc))) { in sctp_med_chunk_output()