Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_output.c12570 unsigned int inqueue_bytes = 0; in sctp_lower_sosend() local
13080 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
13081 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13138 inqueue_bytes, in sctp_lower_sosend()
13171 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
13172 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13270 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()
13271 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13358 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()
13359 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
[all …]