Lines Matching refs:sctp_ep
2933 sctp_is_mobility_feature_on(stcb->sctp_ep, SCTP_MOBILITY_BASE)) { in sctp_select_nth_preferred_addr_from_ifn_boundall()
2943 sctp_is_mobility_feature_on(stcb->sctp_ep, SCTP_MOBILITY_BASE)) { in sctp_select_nth_preferred_addr_from_ifn_boundall()
4192 tos_value = inp->sctp_ep.default_dscp;
4577 flowlabel = inp->sctp_ep.default_flowlabel;
5199 if (inp->sctp_ep.adaptation_layer_indicator_provided) {
5204 ali->indication = htonl(inp->sctp_ep.adaptation_layer_indicator);
6113 stc.cookie_life = inp->sctp_ep.def_cookie_life;
6413 itsn = sctp_select_initial_TSN(&inp->sctp_ep);
6423 initack->init.initial_tsn = htonl(sctp_select_initial_TSN(&inp->sctp_ep));
6451 i_want = inp->sctp_ep.pre_open_stream_count;
6462 htons(inp->sctp_ep.max_open_streams_intome);
6465 if (inp->sctp_ep.adaptation_layer_indicator_provided) {
6470 ali->indication = htonl(inp->sctp_ep.adaptation_layer_indicator);
6577 sctp_serialize_hmaclist(inp->sctp_ep.local_hmacs,
6592 sctp_serialize_auth_chunks(inp->sctp_ep.local_auth_chunks,
6679 (uint8_t *)inp->sctp_ep.secret_key[(int)(inp->sctp_ep.current_secret_number)],
6814 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
6818 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
7275 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWN, stcb->sctp_ep, stcb,
7277 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWNGUARD, stcb->sctp_ep, stcb,
7312 sctp_abort_an_association(stcb->sctp_ep, stcb,
7317 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWNGUARD, stcb->sctp_ep, stcb,
7636 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
7786 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_EXPLICIT_EOR) == 0) &&
7867 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
7868 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) {
9899 (!sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS))) {
10214 sctp_abort_an_association(stcb->sctp_ep, stcb, op_err,
10518 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
10663 sctp_timer_stop(SCTP_TIMER_TYPE_RECV, stcb->sctp_ep, stcb, NULL,
11006 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
11209 stcb->sctp_ep, stcb, NULL,
11212 stcb->sctp_ep, stcb, NULL);
11278 stcb->sctp_ep, stcb, NULL,
11281 stcb->sctp_ep, stcb, NULL);
11554 sctp_lock_assert(SCTP_INP_SO(stcb->sctp_ep));
11556 sctp_unlock_assert(SCTP_INP_SO(stcb->sctp_ep));
11628 if ((error = sctp_lowlevel_chunk_output(stcb->sctp_ep, stcb, net,
11631 stcb->sctp_ep->sctp_lport, stcb->rport, htonl(vtag),
11677 if ((error = sctp_lowlevel_chunk_output(stcb->sctp_ep, stcb, net,
11680 stcb->sctp_ep->sctp_lport, stcb->rport,
12224 …t_random1 = hb->heartbeat.hb_info.random_value1 = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
12225 …t_random2 = hb->heartbeat.hb_info.random_value2 = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
12936 sctp_timer_start(SCTP_TIMER_TYPE_STRRESET, stcb->sctp_ep, stcb, chk->whoTo);
13131 sctp_timer_start(SCTP_TIMER_TYPE_STRRESET, stcb->sctp_ep, stcb, chk->whoTo);
13447 SCTP_SOCKET_UNLOCK(SCTP_INP_SO(stcb->sctp_ep), 0);
13451 SCTP_SOCKET_LOCK(SCTP_INP_SO(stcb->sctp_ep), 0);
13900 inp->sctp_ep.pre_open_stream_count,
13901 inp->sctp_ep.port,
13912 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) {
13913 stcb->sctp_ep->sctp_flags |= SCTP_PCB_FLAGS_CONNECTED;
14186 sctp_abort_an_association(stcb->sctp_ep, stcb, mm, SCTP_SO_LOCKED);
14774 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWN, stcb->sctp_ep, stcb,
14776 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWNGUARD, stcb->sctp_ep, stcb,
14819 sctp_abort_an_association(stcb->sctp_ep, stcb,
14829 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWNGUARD, stcb->sctp_ep, stcb,