Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dsctp_output.c12591 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()
13114 inqueue_bytes, in sctp_lower_sosend()
13160 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
13161 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13291 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
13292 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13377 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()
13378 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
[all …]