Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h1064 uint32_t sb_send_resv; /* amount reserved on a send */ member
Dsctp_indata.c4178 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);
Dsctp_output.c13847 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);
Dsctp_input.c595 sb_free_now = SCTP_SB_LIMIT_SND(stcb->sctp_socket) - (inqueue_bytes + stcb->asoc.sb_send_resv); in sctp_process_init_ack()
Dsctputil.c1199 asoc->sb_send_resv = 0; in sctp_init_asoc()