Lines Matching refs:sctp_ep
524 SCTP_INP_RLOCK(locked_tcb->sctp_ep);
526 SCTP_INP_RUNLOCK(locked_tcb->sctp_ep);
596 if (locked_tcb->sctp_ep != inp) {
597 SCTP_INP_RLOCK(locked_tcb->sctp_ep);
599 SCTP_INP_RUNLOCK(locked_tcb->sctp_ep);
637 SCTP_INP_RLOCK(stcb->sctp_ep);
639 SCTP_INP_RUNLOCK(stcb->sctp_ep);
642 if (inp != stcb->sctp_ep) {
1075 SCTP_INP_RLOCK(stcb->sctp_ep);
1077 SCTP_INP_RUNLOCK(stcb->sctp_ep);
1088 if (stcb->sctp_ep->sctp_lport != lport) {
1101 *inp_p = stcb->sctp_ep;
1433 callout_init(&inp->sctp_ep.signature_change.timer, 0);
1434 inp->sctp_ep.signature_change.type = SCTP_TIMER_TYPE_NEWCOOKIE;
1437 m = &inp->sctp_ep;
1502 new_inp->sctp_ep.time_of_secret_change =
1503 old_inp->sctp_ep.time_of_secret_change;
1504 memcpy(new_inp->sctp_ep.secret_key, old_inp->sctp_ep.secret_key,
1505 sizeof(old_inp->sctp_ep.secret_key));
1506 new_inp->sctp_ep.current_secret_number =
1507 old_inp->sctp_ep.current_secret_number;
1508 new_inp->sctp_ep.last_secret_number =
1509 old_inp->sctp_ep.last_secret_number;
1510 new_inp->sctp_ep.size_of_a_cookie = old_inp->sctp_ep.size_of_a_cookie;
1534 stcb->sctp_ep = new_inp;
1770 port_guess = sctp_select_initial_TSN(&inp->sctp_ep);
2085 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWN, asoc->sctp_ep, asoc,
2087 sctp_timer_start(SCTP_TIMER_TYPE_SHUTDOWNGUARD, asoc->sctp_ep, asoc,
2121 callout_stop(&inp->sctp_ep.signature_change.timer);
2122 callout_destroy(&inp->sctp_ep.signature_change.timer);
2599 sctp_timer_start(SCTP_TIMER_TYPE_PATHMTURAISE, stcb->sctp_ep, stcb,
2743 stcb->sctp_ep = inp;
2998 if (it->inp != stcb->sctp_ep) {
3361 inp = stcb->sctp_ep;
3657 inp = stcb->sctp_ep;
3698 inp = stcb->sctp_ep;
3826 SCTP_ZONE_INIT(sctppcbinfo.ipi_zone_ep, "sctp_ep",
3973 l_inp = inp = stcb->sctp_ep;
3975 if ((stcb_tmp == NULL && inp == stcb->sctp_ep) || inp == NULL) {
4034 inp = stcb->sctp_ep;
4038 sctp_ep) ||
4086 SCTP_INP_RUNLOCK(stcb->sctp_ep);
4103 inp = stcb->sctp_ep;
4106 if (stcb_tmp == NULL && (inp == stcb->sctp_ep ||
4369 if (inp == stcb->sctp_ep) {