Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDsctp_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,
HDsctp_timer.c1361 if (stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, &stcb->asoc)) { in sctp_audit_stream_queues_for_size()
1364 if (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, &stcb->asoc)) { in sctp_audit_stream_queues_for_size()
HDsctp_structs.h740 bool (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc); member
HDsctp_input.c188 if (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc)) { in sctp_is_there_unsent_data()
HDsctp_output.c7941 (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc))) { in sctp_med_chunk_output()