Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctputil.c4928 control->held_length = 0; in sctp_add_to_readq()
5548 uint32_t held_length = 0; in sctp_sorecvmsg() local
5630 if (SCTP_SBAVAIL(&so->so_rcv) <= held_length) { in sctp_sorecvmsg()
5672 held_length = 0; in sctp_sorecvmsg()
5719 control->held_length = 0; in sctp_sorecvmsg()
5832 held_length = SCTP_SBAVAIL(&so->so_rcv); in sctp_sorecvmsg()
5833 control->held_length = SCTP_SBAVAIL(&so->so_rcv); in sctp_sorecvmsg()
5837 control->held_length = 0; in sctp_sorecvmsg()
6187 if (control->held_length) { in sctp_sorecvmsg()
6188 held_length = 0; in sctp_sorecvmsg()
[all …]
H A Dsctp_structs.h479 uint32_t held_length; /* length held in sb */ member
H A Dsctp_indata.c636 control->held_length = 0; in sctp_setup_tail_pointer()
H A Dsctp_pcb.c4638 sq->held_length = 0; in sctp_free_assoc()