Searched defs:stack_off (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | gen_loader.c | 40 #define stack_off(field) \ macro 252 static void move_stack2blob(struct bpf_gen *gen, int off, int size, int stack_off) in move_stack2blob() 260 static void move_stack2ctx(struct bpf_gen *gen, int ctx_off, int size, int stack_off) in move_stack2ctx() 356 static void emit_sys_close_stack(struct bpf_gen *gen, int stack_off) in emit_sys_close_stack()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 565 int new_flen = 0, pass = 0, target, i, stack_off; in bpf_convert_filter() local
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 7124 int stack_off = -i - 1; in check_stack_range_initialized() local
|