Lines Matching defs:sctp_ss_functions
733 struct sctp_ss_functions { struct
734 void (*sctp_ss_init) (struct sctp_tcb *stcb, struct sctp_association *asoc);
735 void (*sctp_ss_clear) (struct sctp_tcb *stcb, struct sctp_association *asoc,
737 …t_stream) (struct sctp_tcb *stcb, struct sctp_stream_out *strq, struct sctp_stream_out *with_strq);
738 void (*sctp_ss_add_to_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc,
740 bool (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc);
741 void (*sctp_ss_remove_from_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc,
743 struct sctp_stream_out *(*sctp_ss_select_stream) (struct sctp_tcb *stcb,
745 void (*sctp_ss_scheduled) (struct sctp_tcb *stcb, struct sctp_nets *net,
747 void (*sctp_ss_packet_done) (struct sctp_tcb *stcb, struct sctp_nets *net,
749 int (*sctp_ss_get_value) (struct sctp_tcb *stcb, struct sctp_association *asoc,
751 int (*sctp_ss_set_value) (struct sctp_tcb *stcb, struct sctp_association *asoc,
753 bool (*sctp_ss_is_user_msgs_incomplete) (struct sctp_tcb *stcb, struct sctp_association *asoc);