Lines Matching refs:sctp_ep

812 					    stcb->sctp_ep, stcb, netp);  in sctp_disconnect()
814 stcb->sctp_ep, stcb, netp); in sctp_disconnect()
815 sctp_chunk_output(stcb->sctp_ep, stcb, SCTP_OUTPUT_FROM_T3, SCTP_SO_LOCKED); in sctp_disconnect()
837 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWNGUARD, stcb->sctp_ep, stcb, in sctp_disconnect()
859 stcb->sctp_ep->last_abort_code = SCTP_FROM_SCTP_USRREQ + SCTP_LOC_4; in sctp_disconnect()
1013 stcb->sctp_ep, stcb, netp); in sctp_shutdown()
1015 stcb->sctp_ep, stcb, netp); in sctp_shutdown()
1016 sctp_chunk_output(stcb->sctp_ep, stcb, SCTP_OUTPUT_FROM_T3, SCTP_SO_LOCKED); in sctp_shutdown()
1032 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWNGUARD, stcb->sctp_ep, stcb, in sctp_shutdown()
1056 stcb->sctp_ep->last_abort_code = SCTP_FROM_SCTP_USRREQ + SCTP_LOC_6; in sctp_shutdown()
1057 sctp_abort_an_association(stcb->sctp_ep, stcb, in sctp_shutdown()
1542 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) { in sctp_do_connect_x()
1543 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_do_connect_x()
1587 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) { in sctp_do_connect_x()
1588 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED; in sctp_do_connect_x()
1688 val = TICKS_TO_SEC(inp->sctp_ep.auto_close_time);
1804 av->assoc_value = inp->sctp_ep.sctp_default_cc_module;
1849 av->assoc_value = inp->sctp_ep.sctp_default_ss_module;
2042 sack->sack_delay = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV]);
2043 sack->sack_freq = inp->sctp_ep.sctp_sack_freq;
2089 av->assoc_value = inp->sctp_ep.max_burst;
2190 *value = inp->sctp_ep.adaptation_layer_indicator;
2201 *value = inp->sctp_ep.initial_sequence_debug;
2520 paddrp->spp_pathmaxrxt = inp->sctp_ep.def_net_failure;
2521 paddrp->spp_hbinterval = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT]);
2524 if (inp->sctp_ep.default_dscp & 0x01) {
2525 paddrp->spp_dscp = inp->sctp_ep.default_dscp & 0xfc;
2530 (inp->sctp_ep.default_flowlabel & 0x80000000)) {
2531 paddrp->spp_ipv6_flowlabel = inp->sctp_ep.default_flowlabel & 0x000fffff;
2750 srto->srto_initial = inp->sctp_ep.initial_rto;
2751 srto->srto_max = inp->sctp_ep.sctp_maxrto;
2752 srto->srto_min = inp->sctp_ep.sctp_minrto;
2806 sasoc->sasoc_cookie_life = TICKS_TO_MSEC(inp->sctp_ep.def_cookie_life);
2807 sasoc->sasoc_asocmaxrxt = inp->sctp_ep.max_send_times;
2855 sinit->sinit_num_ostreams = inp->sctp_ep.pre_open_stream_count;
2856 sinit->sinit_max_instreams = inp->sctp_ep.max_open_streams_intome;
2857 sinit->sinit_max_attempts = inp->sctp_ep.max_init_times;
2858 sinit->sinit_max_init_timeo = inp->sctp_ep.initial_init_rto_max;
2916 hmaclist = inp->sctp_ep.local_hmacs;
2958 scact->scact_keynumber = inp->sctp_ep.default_keyid;
3000 chklist = inp->sctp_ep.local_auth_chunks;
3331 thlds->spt_pathmaxrxt = inp->sctp_ep.def_net_failure;
3332 thlds->spt_pathpfthld = inp->sctp_ep.def_net_pf_threshold;
3438 encaps->sue_port = inp->sctp_ep.port;
3858 inp->sctp_ep.auto_close_time = SEC_TO_TICKS(*mopt);
3992 inp->sctp_ep.sctp_default_cc_module = av->assoc_value;
4073 inp->sctp_ep.sctp_default_ss_module = av->assoc_value;
4220 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV] = MSEC_TO_TICKS(sack->sack_delay);
4223 inp->sctp_ep.sctp_sack_freq = sack->sack_freq;
4252 if (sctp_auth_add_chunk(sauth->sauth_chunk, inp->sctp_ep.local_auth_chunks)) {
4316 shared_keys = &inp->sctp_ep.shared_keys;
4431 if (inp->sctp_ep.local_hmacs)
4432 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
4433 inp->sctp_ep.local_hmacs = hmaclist;
4855 inp->sctp_ep.max_burst = av->assoc_value;
5070 inp->sctp_ep.adaptation_layer_indicator = adap_bits->ssb_adaptation_ind;
5071 inp->sctp_ep.adaptation_layer_indicator_provided = 1;
5082 inp->sctp_ep.initial_sequence_debug = *vvv;
5294 stcb->sctp_ep, stcb, net,
5296 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, stcb->sctp_ep, stcb, net);
5339 stcb->sctp_ep, stcb, net,
5341 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, stcb->sctp_ep, stcb, net);
5464 inp->sctp_ep.def_net_failure = paddrp->spp_pathmaxrxt;
5467 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = 0;
5471 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = MSEC_TO_TICKS(paddrp->spp_hbinterval);
5475 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = 0;
5477 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = MSEC_TO_TICKS(paddrp->spp_hbinterval);
5489 inp->sctp_ep.default_dscp = paddrp->spp_dscp & 0xfc;
5490 inp->sctp_ep.default_dscp |= 0x01;
5495 inp->sctp_ep.default_flowlabel = paddrp->spp_ipv6_flowlabel & 0x000fffff;
5496 inp->sctp_ep.default_flowlabel |= 0x80000000;
5546 new_init = inp->sctp_ep.initial_rto;
5550 new_max = inp->sctp_ep.sctp_maxrto;
5554 new_min = inp->sctp_ep.sctp_minrto;
5556 inp->sctp_ep.initial_rto = new_init;
5557 inp->sctp_ep.sctp_maxrto = new_max;
5558 inp->sctp_ep.sctp_minrto = new_min;
5598 inp->sctp_ep.max_send_times = sasoc->sasoc_asocmaxrxt;
5600 inp->sctp_ep.def_cookie_life = MSEC_TO_TICKS(sasoc->sasoc_cookie_life);
5617 inp->sctp_ep.pre_open_stream_count = sinit->sinit_num_ostreams;
5620 inp->sctp_ep.max_open_streams_intome = sinit->sinit_max_instreams;
5623 inp->sctp_ep.max_init_times = sinit->sinit_max_attempts;
5626 inp->sctp_ep.initial_init_rto_max = sinit->sinit_max_init_timeo;
6262 stcb->sctp_ep, stcb, net,
6264 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, stcb->sctp_ep, stcb, net);
6293 stcb->sctp_ep, stcb, net,
6295 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, stcb->sctp_ep, stcb, net);
6319 inp->sctp_ep.def_net_failure = thlds->spt_pathmaxrxt;
6320 inp->sctp_ep.def_net_pf_threshold = thlds->spt_pathpfthld;
6424 inp->sctp_ep.port = encaps->sue_port;
6558 inp->sctp_ep.local_auth_chunks);
6560 inp->sctp_ep.local_auth_chunks);
6564 inp->sctp_ep.local_auth_chunks);
6566 inp->sctp_ep.local_auth_chunks);
6894 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
6895 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;