Lines Matching refs:sctp_ep
117 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_pathmtu_adjustment()
729 stcb->sctp_ep, stcb, netp); in sctp_disconnect()
731 stcb->sctp_ep, stcb, NULL); in sctp_disconnect()
732 sctp_chunk_output(stcb->sctp_ep, stcb, SCTP_OUTPUT_FROM_CLOSING, SCTP_SO_LOCKED); in sctp_disconnect()
755 stcb->sctp_ep->last_abort_code = SCTP_FROM_SCTP_USRREQ + SCTP_LOC_4; in sctp_disconnect()
932 stcb->sctp_ep, stcb, netp); in sctp_shutdown()
934 stcb->sctp_ep, stcb, NULL); in sctp_shutdown()
951 stcb->sctp_ep->last_abort_code = SCTP_FROM_SCTP_USRREQ + SCTP_LOC_6; in sctp_shutdown()
953 sctp_abort_an_association(stcb->sctp_ep, stcb, in sctp_shutdown()
1422 inp->sctp_ep.pre_open_stream_count, in sctp_do_connect_x()
1423 inp->sctp_ep.port, in sctp_do_connect_x()
1561 val = sctp_ticks_to_secs(inp->sctp_ep.auto_close_time);
1711 av->assoc_value = inp->sctp_ep.sctp_default_cc_module;
1757 av->assoc_value = inp->sctp_ep.sctp_default_ss_module;
1973 sack->sack_delay = sctp_ticks_to_msecs(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV]);
1974 sack->sack_freq = inp->sctp_ep.sctp_sack_freq;
2021 av->assoc_value = inp->sctp_ep.max_burst;
2114 *value = inp->sctp_ep.adaptation_layer_indicator;
2125 *value = inp->sctp_ep.initial_sequence_debug;
2458 paddrp->spp_pathmaxrxt = inp->sctp_ep.def_net_failure;
2459 …paddrp->spp_hbinterval = sctp_ticks_to_msecs(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT]);
2462 if (inp->sctp_ep.default_dscp & 0x01) {
2463 paddrp->spp_dscp = inp->sctp_ep.default_dscp & 0xfc;
2468 (inp->sctp_ep.default_flowlabel & 0x80000000)) {
2469 paddrp->spp_ipv6_flowlabel = inp->sctp_ep.default_flowlabel & 0x000fffff;
2473 paddrp->spp_pathmtu = inp->sctp_ep.default_mtu;
2684 srto->srto_initial = inp->sctp_ep.initial_rto;
2685 srto->srto_max = inp->sctp_ep.sctp_maxrto;
2686 srto->srto_min = inp->sctp_ep.sctp_minrto;
2741 sasoc->sasoc_cookie_life = sctp_ticks_to_msecs(inp->sctp_ep.def_cookie_life);
2742 sasoc->sasoc_asocmaxrxt = inp->sctp_ep.max_send_times;
2791 sinit->sinit_num_ostreams = inp->sctp_ep.pre_open_stream_count;
2792 sinit->sinit_max_instreams = inp->sctp_ep.max_open_streams_intome;
2793 sinit->sinit_max_attempts = inp->sctp_ep.max_init_times;
2794 sinit->sinit_max_init_timeo = inp->sctp_ep.initial_init_rto_max;
2852 hmaclist = inp->sctp_ep.local_hmacs;
2895 scact->scact_keynumber = inp->sctp_ep.default_keyid;
2938 chklist = inp->sctp_ep.local_auth_chunks;
3260 thlds->spt_pathmaxrxt = inp->sctp_ep.def_net_failure;
3261 thlds->spt_pathpfthld = inp->sctp_ep.def_net_pf_threshold;
3368 encaps->sue_port = inp->sctp_ep.port;
3803 inp->sctp_ep.auto_close_time = sctp_secs_to_ticks(*mopt);
3982 inp->sctp_ep.sctp_default_cc_module = av->assoc_value;
4066 inp->sctp_ep.sctp_default_ss_module = av->assoc_value;
4220 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV] = sctp_msecs_to_ticks(sack->sack_delay);
4223 inp->sctp_ep.sctp_sack_freq = sack->sack_freq;
4253 if (sctp_auth_add_chunk(sauth->sauth_chunk, inp->sctp_ep.local_auth_chunks)) {
4320 shared_keys = &inp->sctp_ep.shared_keys;
4437 if (inp->sctp_ep.local_hmacs)
4438 sctp_free_hmaclist(inp->sctp_ep.local_hmacs);
4439 inp->sctp_ep.local_hmacs = hmaclist;
4948 inp->sctp_ep.max_burst = av->assoc_value;
5145 inp->sctp_ep.adaptation_layer_indicator = adap_bits->ssb_adaptation_ind;
5146 inp->sctp_ep.adaptation_layer_indicator_provided = 1;
5157 inp->sctp_ep.initial_sequence_debug = *vvv;
5382 stcb->sctp_ep, stcb, net,
5384 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, stcb->sctp_ep, stcb, net);
5427 stcb->sctp_ep, stcb, net,
5429 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, stcb->sctp_ep, stcb, net);
5559 inp->sctp_ep.def_net_failure = paddrp->spp_pathmaxrxt;
5563 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = 0;
5567 …inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = sctp_msecs_to_ticks(paddrp->spp_hbinterval);
5572 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = 0;
5574 …inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = sctp_msecs_to_ticks(paddrp->spp_hbinterval);
5581 inp->sctp_ep.default_mtu = 0;
5585 inp->sctp_ep.default_mtu = paddrp->spp_pathmtu;
5590 inp->sctp_ep.default_dscp = paddrp->spp_dscp & 0xfc;
5591 inp->sctp_ep.default_dscp |= 0x01;
5596 inp->sctp_ep.default_flowlabel = paddrp->spp_ipv6_flowlabel & 0x000fffff;
5597 inp->sctp_ep.default_flowlabel |= 0x80000000;
5648 new_init = inp->sctp_ep.initial_rto;
5652 new_max = inp->sctp_ep.sctp_maxrto;
5656 new_min = inp->sctp_ep.sctp_minrto;
5658 inp->sctp_ep.initial_rto = new_init;
5659 inp->sctp_ep.sctp_maxrto = new_max;
5660 inp->sctp_ep.sctp_minrto = new_min;
5703 inp->sctp_ep.max_send_times = sasoc->sasoc_asocmaxrxt;
5706 inp->sctp_ep.def_cookie_life = sctp_msecs_to_ticks(sasoc->sasoc_cookie_life);
5723 inp->sctp_ep.pre_open_stream_count = sinit->sinit_num_ostreams;
5726 inp->sctp_ep.max_open_streams_intome = sinit->sinit_max_instreams;
5729 inp->sctp_ep.max_init_times = sinit->sinit_max_attempts;
5732 inp->sctp_ep.initial_init_rto_max = sinit->sinit_max_init_timeo;
6392 stcb->sctp_ep, stcb, net,
6394 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, stcb->sctp_ep, stcb, net);
6423 stcb->sctp_ep, stcb, net,
6425 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, stcb->sctp_ep, stcb, net);
6450 inp->sctp_ep.def_net_failure = thlds->spt_pathmaxrxt;
6451 inp->sctp_ep.def_net_pf_threshold = thlds->spt_pathpfthld;
6554 inp->sctp_ep.port = encaps->sue_port;
6692 inp->sctp_ep.local_auth_chunks);
6694 inp->sctp_ep.local_auth_chunks);
6698 inp->sctp_ep.local_auth_chunks);
6700 inp->sctp_ep.local_auth_chunks);
7067 inp->sctp_ep.pre_open_stream_count,
7068 inp->sctp_ep.port, p,