Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_structs.h792 struct sctp_ss_functions { struct
793 void (*sctp_ss_init)(struct sctp_tcb *stcb, struct sctp_association *asoc,
795 void (*sctp_ss_clear)(struct sctp_tcb *stcb, struct sctp_association *asoc,
797 …it_stream)(struct sctp_tcb *stcb, struct sctp_stream_out *strq, struct sctp_stream_out *with_strq);
798 void (*sctp_ss_add_to_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc,
800 int (*sctp_ss_is_empty)(struct sctp_tcb *stcb, struct sctp_association *asoc);
801 void (*sctp_ss_remove_from_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc,
803 struct sctp_stream_out* (*sctp_ss_select_stream)(struct sctp_tcb *stcb,
805 void (*sctp_ss_scheduled)(struct sctp_tcb *stcb, struct sctp_nets *net,
807 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