Home
last modified time | relevance | path

Searched refs:sf_suna (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c2090 ASSERT(fp->sf_suna >= chunklen); in sctp_cumack()
2091 fp->sf_suna -= chunklen; in sctp_cumack()
2098 if (fp->sf_suna == 0) { in sctp_cumack()
2602 ASSERT(fp->sf_suna >= chunklen); in sctp_process_uo_gaps()
2603 fp->sf_suna -= chunklen; in sctp_process_uo_gaps()
2604 if (fp->sf_suna == 0) { in sctp_process_uo_gaps()
2955 fp->sf_suna += chunklen; in sctp_got_sack()
3004 ASSERT(fp->sf_suna >= chunklen); in sctp_got_sack()
3005 fp->sf_suna -= chunklen; in sctp_got_sack()
3006 if (fp->sf_suna == 0) { in sctp_got_sack()
[all …]
H A Dsctp_asconf.c799 ASSERT(fp != NULL && fp->sf_suna >= MBLKL(mp)); in sctp_input_asconf_ack()
800 fp->sf_suna -= MBLKL(mp); in sctp_input_asconf_ack()
892 ASSERT(ofp->sf_suna >= MBLKL(sctp->sctp_cxmit_list)); in sctp_rc_timer()
902 ofp->sf_suna -= MBLKL(sctp->sctp_cxmit_list); in sctp_rc_timer()
1000 if ((MBLKL(mp) > (fp->sf_cwnd - fp->sf_suna)) || in sctp_wput_asconf()
1013 fp->sf_suna += MBLKL(mp); in sctp_wput_asconf()
H A Dsctp_impl.h275 ASSERT(SCTP_CHUNK_DEST(mp)->sf_suna >= ((chunkdata) + \
277 SCTP_CHUNK_DEST(mp)->sf_suna -= ((chunkdata) + \
290 (fp)->sf_suna += ((chunkdata) + sizeof (*sdc)); \
562 uint32_t sf_suna; /* sent - unack'ed */ member
H A Dsctp_output.c1089 lfp->sf_suna) && in sctp_output()
1095 pathmax = lfp->sf_cwnd - lfp->sf_suna; in sctp_output()
1140 pathmax = fp->sf_cwnd - fp->sf_suna; in sctp_output()
1820 if (oldfp != fp && oldfp->sf_suna != 0) in sctp_rexmit()
2043 if (oldfp != fp && oldfp->sf_suna != 0) in sctp_rexmit()
H A Dsctp_timer.c541 if (fp->sf_suna > 0) { in sctp_heartbeat_timer()
H A Dsctp_common.c1740 fp->sf_suna = 0; in sctp_congest_reset()
1811 fp->sf_suna = 0; in sctp_init_faddr()
/titanic_50/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c160 fa->sf_suna); in sctp_faddr()