Home
last modified time | relevance | path

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

/hardware/google/apf/
Dapf_interpreter.c51 #define IN_PACKET_BOUNDS(p) (ENFORCE_UNSIGNED(p) && (p) < packet_len) in accept_packet() macro
61 #define ASSERT_IN_PACKET_BOUNDS(p) ASSERT_RETURN(IN_PACKET_BOUNDS(p)) in accept_packet()
/hardware/google/apf/v4/
Dapf_interpreter.c51 #define IN_PACKET_BOUNDS(p) (ENFORCE_UNSIGNED(p) && (p) < packet_len) in accept_packet() macro
61 #define ASSERT_IN_PACKET_BOUNDS(p) ASSERT_RETURN(IN_PACKET_BOUNDS(p)) in accept_packet()
/hardware/google/apf/v7/
Dapf_interpreter_source.c129 #define IN_PACKET_BOUNDS(p) (ENFORCE_UNSIGNED(p) && (p) < ctx->packet_len) in do_apf_run() macro
138 #define ASSERT_IN_PACKET_BOUNDS(p) ASSERT_RETURN(IN_PACKET_BOUNDS(p)) in do_apf_run()
Dapf_interpreter.c675 #define IN_PACKET_BOUNDS(p) (ENFORCE_UNSIGNED(p) && (p) < ctx->packet_len) in do_apf_run() macro
684 #define ASSERT_IN_PACKET_BOUNDS(p) ASSERT_RETURN(IN_PACKET_BOUNDS(p)) in do_apf_run()
/hardware/google/apf/v6/
Dapf_interpreter.c668 #define IN_PACKET_BOUNDS(p) (ENFORCE_UNSIGNED(p) && (p) < ctx->packet_len) in do_apf_run() macro
677 #define ASSERT_IN_PACKET_BOUNDS(p) ASSERT_RETURN(IN_PACKET_BOUNDS(p)) in do_apf_run()
/hardware/google/apf/devtools/
Dapf_interpreter.c675 #define IN_PACKET_BOUNDS(p) (ENFORCE_UNSIGNED(p) && (p) < ctx->packet_len) in do_apf_run() macro
684 #define ASSERT_IN_PACKET_BOUNDS(p) ASSERT_RETURN(IN_PACKET_BOUNDS(p)) in do_apf_run()