Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/net/
Dbpf_jit_comp.c27 static u8 *emit_code(u8 *ptr, u32 bytes, unsigned int len) in emit_code() function
40 #define EMIT(bytes, len) do { prog = emit_code(prog, bytes, len); } while (0)