Searched defs:bpf_tramp_jit (Results 1 – 1 of 1) sorted by relevance
2426 struct bpf_tramp_jit { struct2427 struct bpf_jit common;2428 int orig_stack_args_off;/* Offset of arguments placed on stack by the2431 int stack_size; /* Trampoline stack size */2432 int backchain_off; /* Offset of backchain */2433 int stack_args_off; /* Offset of stack arguments for calling2436 int reg_args_off; /* Offset of register arguments for calling2439 int ip_off; /* For bpf_get_func_ip(), has to be at2442 int arg_cnt_off; /* For bpf_get_func_arg_cnt(), has to be at2468 static int invoke_bpf_prog(struct bpf_tramp_jit *tjit, in invoke_bpf_prog() argument