Searched refs:inqueue_bytes (Results 1 – 1 of 1) sorted by relevance
12508 unsigned int inqueue_bytes = 0; in sctp_lower_sosend() local13028 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()13029 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()13074 inqueue_bytes, in sctp_lower_sosend()13111 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) { in sctp_lower_sosend()13112 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()13220 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()13221 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()13306 if (SCTP_SB_LIMIT_SND(so) > inqueue_bytes) in sctp_lower_sosend()13307 max_len = SCTP_SB_LIMIT_SND(so) - inqueue_bytes; in sctp_lower_sosend()[all …]