Searched refs:sb_send_resv (Results 1 – 3 of 3) sorted by relevance
1006 uint32_t sb_send_resv; /* amount reserved on a send */ member
12818 if ((SCTP_SB_LIMIT_SND(so) < (amount + inqueue_bytes + stcb->asoc.sb_send_resv)) || in sctp_lower_sosend()12827 stcb->asoc.sb_send_resv += (uint32_t)sndlen; in sctp_lower_sosend()12831 atomic_add_int(&stcb->asoc.sb_send_resv, sndlen); in sctp_lower_sosend()13670 atomic_subtract_int(&stcb->asoc.sb_send_resv, sndlen); in sctp_lower_sosend()
1169 asoc->sb_send_resv = 0; in sctp_init_asoc()