Lines Matching refs:sctp_tcb
102 typedef void (*asoc_func) (struct sctp_inpcb *, struct sctp_tcb *, void *ptr,
154 struct sctp_tcb *stcb; /* current* assoc */
488 struct sctp_tcb *stcb; /* assoc, used for window update */
701 void (*sctp_set_initial_cc_param) (struct sctp_tcb *stcb, struct sctp_nets *net);
702 void (*sctp_cwnd_update_after_sack) (struct sctp_tcb *stcb,
705 void (*sctp_cwnd_update_exit_pf) (struct sctp_tcb *stcb, struct sctp_nets *net);
706 void (*sctp_cwnd_update_after_fr) (struct sctp_tcb *stcb,
708 void (*sctp_cwnd_update_after_timeout) (struct sctp_tcb *stcb,
710 void (*sctp_cwnd_update_after_ecn_echo) (struct sctp_tcb *stcb,
712 void (*sctp_cwnd_update_after_packet_dropped) (struct sctp_tcb *stcb,
715 void (*sctp_cwnd_update_after_output) (struct sctp_tcb *stcb,
717 void (*sctp_cwnd_update_packet_transmitted) (struct sctp_tcb *stcb,
721 void (*sctp_cwnd_new_transmission_begins) (struct sctp_tcb *stcb,
723 void (*sctp_cwnd_prepare_net_for_sack) (struct sctp_tcb *stcb,
725 int (*sctp_cwnd_socket_option) (struct sctp_tcb *stcb, int set, struct sctp_cc_option *);
726 void (*sctp_rtt_calculated) (struct sctp_tcb *, struct sctp_nets *, struct timeval *);
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 …void (*sctp_ss_init_stream) (struct sctp_tcb *stcb, struct sctp_stream_out *strq, struct sctp_stre…
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);