Searched defs:oldfp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c1665 sctp_rexmit(sctp_t *sctp, sctp_faddr_t *oldfp) argument
1709 * it was sent to a destination other than oldfp)
1736 if (SCTP_CHUNK_DEST(mp) == oldfp)
1760 if (sctp->sctp_frwnd < (oldfp->sf_pmss - sizeof (*sdc)))
1761 sctp->sctp_frwnd = oldfp->sf_pmss - sizeof (*sdc);
1785 oldfp->sf_rxt_unacked = 0;
1799 fp = oldfp;
1800 if (oldfp->sf_state != SCTP_FADDRS_ALIVE)
1801 fp = sctp_rotate_faddr(sctp, oldfp);
1816 oldfp
[all...]

Completed in 67 milliseconds