Searched defs:bpf_jit_poke_descriptor (Results 1 – 1 of 1) sorted by relevance
1252 struct bpf_jit_poke_descriptor { struct1253 void *tailcall_target;1254 void *tailcall_bypass;1255 void *bypass_addr;1256 void *aux;1257 union {1263 bool tailcall_target_stable;1264 u8 adj_off;1265 u16 reason;1266 u32 insn_idx;
Completed in 17 milliseconds