Searched refs:sb_send_resv (Results 1 – 3 of 3) sorted by relevance
998 uint32_t sb_send_resv; /* amount reserved on a send */ member
12912 if ((SCTP_SB_LIMIT_SND(so) < (amount + inqueue_bytes + asoc->sb_send_resv)) || in sctp_lower_sosend()12923 atomic_add_int(&asoc->sb_send_resv, (int)sndlen); in sctp_lower_sosend()13630 atomic_subtract_int(&asoc->sb_send_resv, (int)sndlen); in sctp_lower_sosend()
1167 asoc->sb_send_resv = 0; in sctp_init_asoc()