Lines Matching refs:sctp_ep
306 sctp_hash_digest_m((char *)inp->sctp_ep.secret_key[
307 (int)(inp->sctp_ep.current_secret_number)],
2034 rndval = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
2663 if (inp->sctp_ep.adaption_layer_indicator) {
2669 ali->indication = ntohl(inp->sctp_ep.adaption_layer_indicator);
3343 SCTP_INP_RUNLOCK(stcb->sctp_ep);
3348 stc.cookie_life = inp->sctp_ep.def_cookie_life;
3599 initackm_out->msg.init.initial_tsn = htonl(sctp_select_initial_TSN(&inp->sctp_ep));
3610 if (asoc->streamoutcnt > inp->sctp_ep.pre_open_stream_count) {
3613 i_want = inp->sctp_ep.pre_open_stream_count;
3616 i_want = inp->sctp_ep.pre_open_stream_count;
3627 htons(inp->sctp_ep.max_open_streams_intome);
3631 if (inp->sctp_ep.adaption_layer_indicator) {
3637 ali->indication = ntohl(inp->sctp_ep.adaption_layer_indicator);
4095 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
4101 if (stcb->sctp_ep->sctp_frag_point > asoc->smallest_mtu)
4104 siz = (stcb->sctp_ep->sctp_frag_point - ovh);
4177 sctp_abort_an_association(stcb->sctp_ep, stcb, SCTP_RESPONSE_TO_USER_REQ, m);
4238 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) &&
4273 inp = stcb->sctp_ep;
4377 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_NO_FRAGMENT) &&
4510 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE)) {
4542 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWN, stcb->sctp_ep, stcb,
4544 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWNGUARD, stcb->sctp_ep, stcb,
4564 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
4565 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
4939 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
5016 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
5017 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
5394 stcb->sctp_ep,
5671 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
6321 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
6322 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
6323 stcb->sctp_ep->sctp_socket->so_snd.sb_cc = 0;
6324 soisdisconnecting(stcb->sctp_ep->sctp_socket);
6612 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
6797 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
7575 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
7694 stcb->sctp_ep, stcb, NULL);
7696 stcb->sctp_ep, stcb, NULL);
7763 stcb->sctp_ep, stcb, NULL);
7765 stcb->sctp_ep, stcb, NULL);
7882 stcb->sctp_ep, stcb, NULL);
7884 stcb->sctp_ep, stcb, NULL);
7985 abort_m->sh.src_port = stcb->sctp_ep->sctp_lport;
7991 sctp_lowlevel_chunk_output(stcb->sctp_ep, stcb,
8017 comp_cp->sh.src_port = stcb->sctp_ep->sctp_lport;
8024 sctp_lowlevel_chunk_output(stcb->sctp_ep, stcb, net,
8027 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
8028 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
8029 stcb->sctp_ep->sctp_flags &= ~SCTP_PCB_FLAGS_CONNECTED;
8030 stcb->sctp_ep->sctp_socket->so_snd.sb_cc = 0;
8031 soisdisconnected(stcb->sctp_ep->sctp_socket);
8268 stcb->sctp_ep,
8359 net->heartbeat_random1 = hb->heartbeat.hb_info.random_value1 = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
8360 net->heartbeat_random2 = hb->heartbeat.hb_info.random_value2 = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
8383 if (sctp_threshold_management(stcb->sctp_ep, stcb, net,
8418 sctp_timer_start(SCTP_TIMER_TYPE_HEARTBEAT, stcb->sctp_ep,
8942 sctp_timer_start(SCTP_TIMER_TYPE_STRRESET, stcb->sctp_ep, stcb, chk->whoTo);
9474 sctp_abort_an_association(stcb->sctp_ep, stcb,
9509 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE) &&
9724 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
9725 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
9730 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_UDPTYPE)
9761 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWN, stcb->sctp_ep, stcb,
9763 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWNGUARD, stcb->sctp_ep, stcb,