Home
last modified time | relevance | path

Searched defs:sctp_ss_functions (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h789 struct sctp_ss_functions { struct
790 void (*sctp_ss_init)(struct sctp_tcb *stcb, struct sctp_association *asoc,
792 void (*sctp_ss_clear)(struct sctp_tcb *stcb, struct sctp_association *asoc,
794 …it_stream)(struct sctp_tcb *stcb, struct sctp_stream_out *strq, struct sctp_stream_out *with_strq);
795 void (*sctp_ss_add_to_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc,
797 int (*sctp_ss_is_empty)(struct sctp_tcb *stcb, struct sctp_association *asoc);
798 void (*sctp_ss_remove_from_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc,
800 struct sctp_stream_out* (*sctp_ss_select_stream)(struct sctp_tcb *stcb,
802 void (*sctp_ss_scheduled)(struct sctp_tcb *stcb, struct sctp_nets *net,
804 void (*sctp_ss_packet_done)(struct sctp_tcb *stcb, struct sctp_nets *net,
[all …]
Dsctp_ss_functions.c949 const struct sctp_ss_functions sctp_ss_functions[] = { variable