Searched refs:av_buf (Results 1 – 3 of 3) sorted by relevance
66 avr->avr_ack_runlen = dccp_ackvec_runlen(av->av_buf + av->av_buf_head); in dccp_ackvec_update_records()144 u8 runlen = dccp_ackvec_runlen(av->av_buf + ptr); in dccp_ackvec_update_old()162 if (av->av_buf[ptr] == DCCPAV_NOT_RECEIVED) in dccp_ackvec_update_old()163 av->av_buf[ptr] = state; in dccp_ackvec_update_old()184 memset(av->av_buf + start, DCCPAV_NOT_RECEIVED, len); in dccp_ackvec_reserve_seats()189 memset(av->av_buf + start, DCCPAV_NOT_RECEIVED, num); in dccp_ackvec_reserve_seats()224 av->av_buf[av->av_buf_head] = DCCPAV_NOT_RECEIVED | len; in dccp_ackvec_add_new()239 av->av_buf[av->av_buf_head] = state; in dccp_ackvec_add_new()260 u8 *current_head = av->av_buf + av->av_buf_head; in dccp_ackvec_input()308 runlen_now = dccp_ackvec_runlen(av->av_buf + avr->avr_ack_ptr); in dccp_ackvec_clear_state()[all …]
466 from = av->av_buf + av->av_buf_head; in dccp_insert_option_ackvec()467 tail = av->av_buf + DCCPAV_MAX_ACKVEC_LEN; in dccp_insert_option_ackvec()492 from = av->av_buf; in dccp_insert_option_ackvec()
70 u8 av_buf[DCCPAV_MAX_ACKVEC_LEN]; member