Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_ss_functions.c970 .sctp_ss_is_empty = sctp_ss_default_is_empty,
1000 .sctp_ss_is_empty = sctp_ss_default_is_empty,
1030 .sctp_ss_is_empty = sctp_ss_default_is_empty,
1060 .sctp_ss_is_empty = sctp_ss_default_is_empty,
1090 .sctp_ss_is_empty = sctp_ss_default_is_empty,
1120 .sctp_ss_is_empty = sctp_ss_fcfs_is_empty,
Dsctp_timer.c1369 if (stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, &stcb->asoc)) {
1372 if (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, &stcb->asoc)) {
Dsctp_structs.h797 int (*sctp_ss_is_empty)(struct sctp_tcb *stcb, struct sctp_association *asoc); member
Dsctp_input.c254 if (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc)) { in sctp_is_there_unsent_data()
Dsctp_output.c8484 (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc))) {