Home
last modified time | relevance | path

Searched defs:stack_off (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/tools/lib/bpf/
Dgen_loader.c41 #define stack_off(field) \ macro
253 static void move_stack2blob(struct bpf_gen *gen, int off, int size, int stack_off) in move_stack2blob()
261 static void move_stack2ctx(struct bpf_gen *gen, int ctx_off, int size, int stack_off) in move_stack2ctx()
357 static void emit_sys_close_stack(struct bpf_gen *gen, int stack_off) in emit_sys_close_stack()
/linux-6.14.4/kernel/bpf/
Dverifier.c7710 int stack_off = -i - 1; in check_stack_range_initialized() local
9165 int stack_off; in get_constant_map_key() local
21377 int stack_off = -stack_depth - 8; in do_misc_fixups() local
/linux-6.14.4/net/core/
Dfilter.c580 int new_flen = 0, pass = 0, target, i, stack_off; in bpf_convert_filter() local