Lines Matching defs:ofp
847 sctp_faddr_t *ofp;
889 ofp = SCTP_CHUNK_DEST(sctp->sctp_cxmit_list);
891 ASSERT(ofp != NULL && ofp == fp);
892 ASSERT(ofp->sf_suna >= MBLKL(sctp->sctp_cxmit_list));
897 ofp->sf_ssthresh = ofp->sf_cwnd / 2;
898 if (ofp->sf_ssthresh < 2 * ofp->sf_pmss)
899 ofp->sf_ssthresh = 2 * ofp->sf_pmss;
900 ofp->sf_cwnd = ofp->sf_pmss;
901 ofp->sf_pba = 0;
902 ofp->sf_suna -= MBLKL(sctp->sctp_cxmit_list);