Symbol: bpf_tramp_link
arch/arm64/net/bpf_jit_comp.c
2291
static void invoke_bpf_prog(struct jit_ctx *ctx, struct bpf_tramp_link *l,
arch/loongarch/net/bpf_jit.c
1489
static int invoke_bpf_prog(struct jit_ctx *ctx, struct bpf_tramp_link *l,
arch/powerpc/net/bpf_jit_comp.c
515
struct bpf_tramp_link *l, int regs_off, int retval_off,
arch/riscv/net/bpf_jit_comp64.c
937
static int invoke_bpf_prog(struct bpf_tramp_link *l, int args_off, int retval_off,
arch/s390/net/bpf_jit_comp.c
2511
struct bpf_tramp_link *tlink, bool save_ret)
arch/x86/net/bpf_jit_comp.c
2972
struct bpf_tramp_link *l, int stack_size,
include/linux/bpf.h
1237
struct bpf_tramp_link *links[BPF_MAX_TRAMP_LINKS];
include/linux/bpf.h
1458
int bpf_trampoline_link_prog(struct bpf_tramp_link *link,
include/linux/bpf.h
1461
int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link,
include/linux/bpf.h
1545
static inline int bpf_trampoline_link_prog(struct bpf_tramp_link *link,
include/linux/bpf.h
1551
static inline int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link,
include/linux/bpf.h
1881
struct bpf_tramp_link link;
include/linux/bpf.h
1886
struct bpf_tramp_link link;
include/linux/bpf.h
1893
struct bpf_tramp_link fexit;
include/linux/bpf.h
2098
struct bpf_tramp_link *link,
include/linux/bpf.h
2203
static inline bool bpf_prog_calls_session_cookie(struct bpf_tramp_link *link)
kernel/bpf/bpf_struct_ops.c
587
struct bpf_tramp_link *tlink = container_of(link, struct bpf_tramp_link, link);
kernel/bpf/bpf_struct_ops.c
598
struct bpf_tramp_link *link,
kernel/bpf/bpf_struct_ops.c
749
struct bpf_tramp_link *link;
kernel/bpf/trampoline.c
443
struct bpf_tramp_link *link;
kernel/bpf/trampoline.c
445
struct bpf_tramp_link **links;
kernel/bpf/trampoline.c
767
static int __bpf_trampoline_link_prog(struct bpf_tramp_link *link,
kernel/bpf/trampoline.c
773
struct bpf_tramp_link *link_exiting;
kernel/bpf/trampoline.c
841
int bpf_trampoline_link_prog(struct bpf_tramp_link *link,
kernel/bpf/trampoline.c
853
static int __bpf_trampoline_unlink_prog(struct bpf_tramp_link *link,
kernel/bpf/trampoline.c
884
int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link,
kernel/bpf/trampoline.c
962
struct bpf_tramp_link *link;
net/bpf/bpf_dummy_struct_ops.c
136
struct bpf_tramp_link *link = NULL;