Searched refs:inqueue_bytes (Results 1 – 1 of 1) sorted by relevance
12591 unsigned int inqueue_bytes = 0; in sctp_lower_sosend() local13080 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 …]