Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctputil.c5418 control->held_length = 0;
6132 uint32_t held_length = 0; local
6275 if (so->so_rcv.sb_cc <= held_length) {
6313 held_length = 0;
6364 control->held_length = 0;
6473 held_length = so->so_rcv.sb_cc;
6474 control->held_length = so->so_rcv.sb_cc;
6478 control->held_length = 0;
6849 if (control->held_length) {
6850 held_length = 0;
[all …]
Dsctp_structs.h522 uint32_t held_length; /* length held in sb */ member
Dsctp_indata.c685 control->held_length = 0; in sctp_setup_tail_pointer()
Dsctp_pcb.c5569 sq->held_length = 0;