Home
last modified time | relevance | path

Searched refs:sb_send_resv (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netinet/
HDsctp_structs.h998 uint32_t sb_send_resv; /* amount reserved on a send */ member
HDsctp_output.c12912 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()
HDsctputil.c1167 asoc->sb_send_resv = 0; in sctp_init_asoc()