Home
last modified time | relevance | path

Searched refs:ctx_cookie_off (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c2135 int ctx_cookie_off = offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog() local
2147 * mov QWORD PTR [rbp - run_ctx_off + ctx_cookie_off], rdi in invoke_bpf_prog()
2149 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_1, -run_ctx_off + ctx_cookie_off); in invoke_bpf_prog()
2153 /* arg2: lea rsi, [rbp - ctx_cookie_off] */ in invoke_bpf_prog()

Completed in 4 milliseconds