Home
last modified time | relevance | path

Searched refs:trysend (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_shutdown.c151 int trysend = 0; in sctp_shutdown_received() local
161 trysend = sctp_cumack(sctp, ntohl(*tsn), &samp); in sctp_shutdown_received()
188 return (trysend); in sctp_shutdown_received()
H A Dsctp_input.c2496 int num_gaps, mblk_t *umphead, mblk_t *mphead, int *trysend, in sctp_process_uo_gaps() argument
2548 *trysend = -1; in sctp_process_uo_gaps()
2671 *trysend = 1; in sctp_process_uo_gaps()
2722 int trysend = 0; in sctp_got_sack() local
2826 trysend = 1; in sctp_got_sack()
2882 &trysend, &fast_recovery, gapstart); in sctp_got_sack()
2883 if (trysend < 0) { in sctp_got_sack()
2928 trysend = 1; in sctp_got_sack()
3081 trysend += sctp_set_frwnd(sctp, ntohl(sc->ssc_a_rwnd)); in sctp_got_sack()
3199 return (trysend); in sctp_got_sack()
[all …]