Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dgen_loader.c37 #define stack_off(field) \ macro
170 static void emit_rel_store_sp(struct bpf_gen *gen, int off, int stack_off) in emit_rel_store_sp()
193 static void move_stack2blob(struct bpf_gen *gen, int off, int size, int stack_off) in move_stack2blob()
201 static void move_stack2ctx(struct bpf_gen *gen, int ctx_off, int size, int stack_off) in move_stack2ctx()
297 static void emit_sys_close_stack(struct bpf_gen *gen, int stack_off) in emit_sys_close_stack()
/Linux-v5.15/net/core/
Dfilter.c560 int new_flen = 0, pass = 0, target, i, stack_off; in bpf_convert_filter() local