Home
last modified time | relevance | path

Searched refs:held_length (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c5384 control->held_length = 0;
6080 uint32_t held_length = 0; local
6219 if (so->so_rcv.sb_cc <= held_length) {
6257 held_length = 0;
6305 control->held_length = 0;
6414 held_length = so->so_rcv.sb_cc;
6415 control->held_length = so->so_rcv.sb_cc;
6419 control->held_length = 0;
6790 if (control->held_length) {
6791 held_length = 0;
[all …]
Dsctp_structs.h519 uint32_t held_length; /* length held in sb */ member
Dsctp_indata.c685 control->held_length = 0; in sctp_setup_tail_pointer()
Dsctp_pcb.c5529 sq->held_length = 0;