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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_indata.h63 (_ctl)->held_length = 0; \
H A Dsctputil.c3125 control->held_length = 0;
4389 control->held_length = 0;
4572 control->held_length = 0;
5189 uint32_t held_length = 0; local
5270 if ((so->so_rcv.sb_cc <= held_length) && block_allowed) {
5306 held_length = 0;
5386 control->held_length = 0;
5493 held_length = so->so_rcv.sb_cc;
5494 control->held_length = so->so_rcv.sb_cc;
5498 control->held_length
[all...]
H A Dsctp_structs.h471 uint32_t held_length; /* length held in sb */ member in struct:sctp_queued_to_read
H A Dsctp_pcb.c4749 sq->held_length = 0;

Completed in 74 milliseconds