Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.c4865 control->held_length = 0; in sctp_add_to_readq()
5489 uint32_t held_length = 0; in sctp_sorecvmsg() local
5614 held_length = 0; in sctp_sorecvmsg()
5661 control->held_length = 0; in sctp_sorecvmsg()
5774 held_length = so->so_rcv.sb_cc; in sctp_sorecvmsg()
5779 control->held_length = 0; in sctp_sorecvmsg()
6129 if (control->held_length) { in sctp_sorecvmsg()
6130 held_length = 0; in sctp_sorecvmsg()
6131 control->held_length = 0; in sctp_sorecvmsg()
6229 control->held_length = 0; in sctp_sorecvmsg()
[all …]
H A Dsctp_structs.h462 uint32_t held_length; /* length held in sb */ member
H A Dsctp_indata.c639 control->held_length = 0; in sctp_setup_tail_pointer()
H A Dsctp_pcb.c4758 sq->held_length = 0; in sctp_free_assoc()