Searched refs:last_packet_offs (Results 1 – 1 of 1) sorted by relevance
195 const uint32_t last_packet_offs = REG + cmp_imm - 1; in accept_packet() local196 ASSERT_RETURN(last_packet_offs >= REG); in accept_packet()197 ASSERT_IN_PACKET_BOUNDS(last_packet_offs); in accept_packet()