Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.c12476 unsigned int inqueue_bytes = 0; in sctp_lower_sosend() local
12987 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
12988 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13045 inqueue_bytes, in sctp_lower_sosend()
13078 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()
13079 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13176 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()
13177 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
13263 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()
13264 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()
[all …]