Searched refs:sb_send_resv (Results 1 – 5 of 5) sorted by relevance
1064 uint32_t sb_send_resv; /* amount reserved on a send */ member
4178 sb_free_now = SCTP_SB_LIMIT_SND(stcb->sctp_socket) - (inqueue_bytes + stcb->asoc.sb_send_resv);4908 sb_free_now = SCTP_SB_LIMIT_SND(stcb->sctp_socket) - (inqueue_bytes + stcb->asoc.sb_send_resv);
13847 if ((SCTP_SB_LIMIT_SND(so) < (amount + inqueue_bytes + stcb->asoc.sb_send_resv)) ||13856 stcb->asoc.sb_send_resv += (uint32_t)sndlen;13860 atomic_add_int(&stcb->asoc.sb_send_resv, sndlen);14771 atomic_subtract_int(&stcb->asoc.sb_send_resv, sndlen);
595 sb_free_now = SCTP_SB_LIMIT_SND(stcb->sctp_socket) - (inqueue_bytes + stcb->asoc.sb_send_resv); in sctp_process_init_ack()
1199 asoc->sb_send_resv = 0; in sctp_init_asoc()