Home
last modified time | relevance | path

Searched refs:bpf_plt (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/arch/arm64/net/
Dbpf_jit_comp.c83 struct bpf_plt { struct
89 #define PLT_TARGET_SIZE sizeof_field(struct bpf_plt, target) argument
90 #define PLT_TARGET_OFFSET offsetof(struct bpf_plt, target)
635 struct bpf_plt *plt = NULL; in build_plt()
641 plt = (struct bpf_plt *)(ctx->image + ctx->idx); in build_plt()
2114 struct bpf_plt *plt = NULL; in bpf_arch_text_poke()