Searched refs:to_move (Results 1 – 2 of 2) sorted by relevance
655 size_t to_move = datalen; in client_stream_recv_data() local657 to_move = 2-str->nread; in client_stream_recv_data()659 to_move); in client_stream_recv_data()660 str->nread += to_move; in client_stream_recv_data()661 data += to_move; in client_stream_recv_data()662 datalen -= to_move; in client_stream_recv_data()
7242 uint32_t to_move, length; in sctp_move_to_outqueue() local7265 to_move = 0; in sctp_move_to_outqueue()7308 to_move = 0; in sctp_move_to_outqueue()7316 to_move = 0; in sctp_move_to_outqueue()7334 to_move = 0; in sctp_move_to_outqueue()7342 to_move = min(length, frag_point); in sctp_move_to_outqueue()7343 if (to_move == length) { in sctp_move_to_outqueue()7362 to_move = sctp_can_we_split_this(stcb, length, space_left, frag_point, eeor_mode); in sctp_move_to_outqueue()7363 if (to_move > 0) { in sctp_move_to_outqueue()7364 if (to_move >= length) { in sctp_move_to_outqueue()[all …]