Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c443 struct bpf_tramp_link *link; in bpf_trampoline_get_progs()
445 struct bpf_tramp_link **links; in bpf_trampoline_get_progs()
767 static int __bpf_trampoline_link_prog(struct bpf_tramp_link *link, in __bpf_trampoline_link_prog()
773 struct bpf_tramp_link *link_exiting; in __bpf_trampoline_link_prog()
841 int bpf_trampoline_link_prog(struct bpf_tramp_link *link, in bpf_trampoline_link_prog()
853 static int __bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, in __bpf_trampoline_unlink_prog()
884 int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, in bpf_trampoline_unlink_prog()
962 struct bpf_tramp_link *link; in cgroup_shim_find()
/linux/include/linux/
H A Dbpf.h1237 struct bpf_tramp_link *links[BPF_MAX_TRAMP_LINKS];
1458 int bpf_trampoline_link_prog(struct bpf_tramp_link *link,
1461 int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link,
1547 static inline int bpf_trampoline_link_prog(struct bpf_tramp_link *link, in bpf_trampoline_link_prog()
1553 static inline int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, in bpf_trampoline_unlink_prog()
1876 struct bpf_tramp_link { struct
1883 struct bpf_tramp_link link; argument
1888 struct bpf_tramp_link link;
1895 struct bpf_tramp_link fexit;
2100 struct bpf_tramp_link *link,
[all …]
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c136 struct bpf_tramp_link *link = NULL; in bpf_struct_ops_test_run()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c600 struct bpf_tramp_link *l, int regs_off, int retval_off, in invoke_bpf_prog()
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c937 static int invoke_bpf_prog(struct bpf_tramp_link *l, int args_off, int retval_off, in invoke_bpf_prog()
/linux/arch/loongarch/net/
H A Dbpf_jit.c1677 static int invoke_bpf_prog(struct jit_ctx *ctx, struct bpf_tramp_link *l, in invoke_bpf_prog()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2250 static void invoke_bpf_prog(struct jit_ctx *ctx, struct bpf_tramp_link *l, in invoke_bpf_prog()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c2974 struct bpf_tramp_link *l, int stack_size, in invoke_bpf_prog()