Lines Matching defs:stcb

56 sctp_stop_all_cookie_timers(struct sctp_tcb *stcb)  in sctp_stop_all_cookie_timers()
86 struct sctp_tcb *stcb, struct sctp_nets *net, in sctp_handle_init()
172 sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked) in sctp_is_there_unsent_data()
239 sctp_process_init(struct sctp_init_chunk *cp, struct sctp_tcb *stcb) in sctp_process_init()
391 struct sctp_init_ack_chunk *cp, struct sctp_tcb *stcb, in sctp_process_init_ack()
531 struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_handle_heartbeat_ack()
673 sctp_handle_nat_colliding_state(struct sctp_tcb *stcb) in sctp_handle_nat_colliding_state()
731 sctp_handle_nat_missing_state(struct sctp_tcb *stcb, in sctp_handle_nat_missing_state()
749 struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_handle_abort()
805 sctp_start_net_timers(struct sctp_tcb *stcb) in sctp_start_net_timers()
833 sctp_check_data_from_peer(struct sctp_tcb *stcb, int *abort_flag) in sctp_check_data_from_peer()
866 struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag) in sctp_handle_shutdown()
944 struct sctp_tcb *stcb, in sctp_handle_shutdown_ack()
1000 sctp_process_unrecog_chunk(struct sctp_tcb *stcb, uint8_t chunk_type) in sctp_process_unrecog_chunk()
1026 sctp_process_unrecog_param(struct sctp_tcb *stcb, uint16_t parameter_type) in sctp_process_unrecog_param()
1061 struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t limit) in sctp_handle_error()
1246 struct sctp_init_ack_chunk *cp, struct sctp_tcb *stcb, in sctp_handle_init_ack()
1350 struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets **netp, in sctp_process_cookie_existing()
1964 struct sctp_tcb *stcb; in sctp_process_cookie_new() local
2238 struct sctp_inpcb **inp_p, struct sctp_tcb **stcb, struct sctp_nets **netp, in sctp_handle_cookie_echo()
2739 struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_handle_cookie_ack()
2853 struct sctp_tcb *stcb) in sctp_handle_ecn_echo()
2971 sctp_handle_ecn_cwr(struct sctp_cwr_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_handle_ecn_cwr()
3012 struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_handle_shutdown_complete()
3052 process_chunk_drop(struct sctp_tcb *stcb, struct sctp_chunk_desc *desc, in process_chunk_drop()
3290 sctp_reset_in_stream(struct sctp_tcb *stcb, uint32_t number_entries, uint16_t *list) in sctp_reset_in_stream()
3318 sctp_reset_out_streams(struct sctp_tcb *stcb, uint32_t number_entries, uint16_t *list) in sctp_reset_out_streams()
3343 sctp_reset_clear_pending(struct sctp_tcb *stcb, uint32_t number_entries, uint16_t *list) in sctp_reset_clear_pending()
3365 sctp_find_stream_reset(struct sctp_tcb *stcb, uint32_t seq, struct sctp_tmit_chunk **bchk) in sctp_find_stream_reset()
3407 sctp_clean_up_stream_reset(struct sctp_tcb *stcb) in sctp_clean_up_stream_reset()
3430 sctp_handle_stream_reset_response(struct sctp_tcb *stcb, in sctp_handle_stream_reset_response()
3591 sctp_handle_str_reset_request_in(struct sctp_tcb *stcb, in sctp_handle_str_reset_request_in()
3657 sctp_handle_str_reset_request_tsn(struct sctp_tcb *stcb, in sctp_handle_str_reset_request_tsn()
3722 sctp_handle_str_reset_request_out(struct sctp_tcb *stcb, in sctp_handle_str_reset_request_out()
3799 sctp_handle_str_reset_add_strm(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, in sctp_handle_str_reset_add_strm()
3891 sctp_handle_str_reset_add_out_strm(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, in sctp_handle_str_reset_add_out_strm()
3951 sctp_handle_stream_reset(struct sctp_tcb *stcb, struct mbuf *m, int offset, in sctp_handle_stream_reset()
4129 struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t limit) in sctp_handle_packet_dropped()
4313 struct sctp_tcb *stcb, struct sctp_nets **netp, int *fwd_tsn_seen, in sctp_process_control()
5259 struct sctp_tcb *stcb = NULL; in sctp_common_input_processing() local