Lines Matching refs:sctp_tcb

44     struct sctp_tcb *stcb,
50 int sctp_is_addr_restricted(struct sctp_tcb *, struct sctp_ifa *);
62 struct sctp_tcb *stcb,
70 void sctp_send_initiate(struct sctp_inpcb *, struct sctp_tcb *, int);
73 sctp_send_initiate_ack(struct sctp_inpcb *, struct sctp_tcb *,
86 void sctp_queue_op_err(struct sctp_tcb *, struct mbuf *);
89 sctp_send_cookie_echo(struct mbuf *, int, int, struct sctp_tcb *,
92 void sctp_send_cookie_ack(struct sctp_tcb *);
95 sctp_send_heartbeat_ack(struct sctp_tcb *, struct mbuf *, int, int,
99 sctp_remove_from_wheel(struct sctp_tcb *stcb,
103 void sctp_send_shutdown(struct sctp_tcb *, struct sctp_nets *);
105 void sctp_send_shutdown_ack(struct sctp_tcb *, struct sctp_nets *);
107 void sctp_send_shutdown_complete(struct sctp_tcb *, struct sctp_nets *, int);
115 void sctp_send_asconf(struct sctp_tcb *, struct sctp_nets *, int addr_locked);
117 void sctp_send_asconf_ack(struct sctp_tcb *);
119 uint32_t sctp_get_frag_point(struct sctp_tcb *);
121 void sctp_toss_old_cookies(struct sctp_tcb *, struct sctp_association *);
123 void sctp_toss_old_asconf(struct sctp_tcb *);
127 void sctp_move_chunks_from_net(struct sctp_tcb *stcb, struct sctp_nets *net);
137 void sctp_chunk_output(struct sctp_inpcb *, struct sctp_tcb *, int, int);
139 void sctp_send_abort_tcb(struct sctp_tcb *, struct mbuf *, int);
141 void send_forward_tsn(struct sctp_tcb *, struct sctp_association *);
143 void sctp_send_sack(struct sctp_tcb *, int);
145 void sctp_send_hb(struct sctp_tcb *, struct sctp_nets *, int);
147 void sctp_send_ecn_echo(struct sctp_tcb *, struct sctp_nets *, uint32_t);
150 sctp_send_packet_dropped(struct sctp_tcb *, struct sctp_nets *, struct mbuf *,
153 void sctp_send_cwr(struct sctp_tcb *, struct sctp_nets *, uint32_t, uint8_t);
159 sctp_send_deferred_reset_response(struct sctp_tcb *,
167 sctp_send_stream_reset_out_if_possible(struct sctp_tcb *, int);
170 sctp_send_str_reset_req(struct sctp_tcb *, uint16_t, uint16_t *,