Home | History | Annotate | Download | only in netinet

Lines Matching refs:pending_reply

2160 			if ((asoc->pending_reply) &&
2161 ((compare_with_wrap(tsn, ntohl(asoc->pending_reply->reset_at_tsn), MAX_TSN)) ||
2162 (tsn == ntohl(asoc->pending_reply->reset_at_tsn)))
2346 if ((asoc->pending_reply) &&
2347 ((compare_with_wrap((asoc->cumulative_tsn+1), ntohl(asoc->pending_reply->reset_at_tsn), MAX_TSN)) ||
2348 ((asoc->cumulative_tsn+1) == ntohl(asoc->pending_reply->reset_at_tsn)))
2353 * 2: free pending_reply space
2357 sctp_handle_stream_reset_response(stcb, asoc->pending_reply);
2358 free(asoc->pending_reply, M_PCB);
2359 asoc->pending_reply = NULL;