Home | History | Annotate | Download | only in netinet

Lines Matching refs:sctp_nets

79 TAILQ_HEAD(sctpnetlisthead, sctp_nets);
293 struct sctp_nets {
294 TAILQ_ENTRY(sctp_nets) sctp_next; /* next link */
485 struct sctp_nets *whoTo;
522 struct sctp_nets *whoFrom; /* where it came from */
559 struct sctp_nets *net;
715 void (*sctp_set_initial_cc_param)(struct sctp_tcb *stcb, struct sctp_nets *net);
719 void (*sctp_cwnd_update_exit_pf)(struct sctp_tcb *stcb, struct sctp_nets *net);
723 struct sctp_nets *net);
725 struct sctp_nets *net, int in_window, int num_pkt_lost);
727 struct sctp_nets *net, struct sctp_pktdrop_chunk *cp,
730 struct sctp_nets *net, int burst_limit);
732 struct sctp_nets *net);
733 void (*sctp_cwnd_update_tsn_acknowledged)(struct sctp_nets *net,
736 struct sctp_nets *net);
738 struct sctp_nets *net);
740 void (*sctp_rtt_calculated)(struct sctp_tcb *, struct sctp_nets *, struct timeval *);
759 struct sctp_nets *net, struct sctp_association *asoc);
760 void (*sctp_ss_scheduled)(struct sctp_tcb *stcb, struct sctp_nets *net,
762 void (*sctp_ss_packet_done)(struct sctp_tcb *stcb, struct sctp_nets *net,
785 struct sctp_nets *last_sent_to;
824 struct sctp_nets *deleted_primary;
884 struct sctp_nets *primary_destination;
885 struct sctp_nets *alternate; /* If primary is down or PF */
887 struct sctp_nets *last_net_cmt_send_started;
889 struct sctp_nets *last_data_chunk_from;
891 struct sctp_nets *last_control_chunk_from;