Home
last modified time | relevance | path

Searched refs:last_packet_offs (Results 1 – 1 of 1) sorted by relevance

/hardware/google/apf/
Dapf_interpreter.c195 const uint32_t last_packet_offs = REG + cmp_imm - 1; in accept_packet() local
196 ASSERT_RETURN(last_packet_offs >= REG); in accept_packet()
197 ASSERT_IN_PACKET_BOUNDS(last_packet_offs); in accept_packet()