Searched defs:bpf_jit_poke_descriptor (Results 1 – 1 of 1) sorted by relevance
820 struct bpf_jit_poke_descriptor { struct821 void *tailcall_target;822 void *tailcall_bypass;823 void *bypass_addr;824 void *aux;825 union {831 bool tailcall_target_stable;832 u8 adj_off;833 u16 reason;834 u32 insn_idx;
Completed in 13 milliseconds