Searched refs:bpf_tramp_link (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 257 struct bpf_tramp_link *link; in bpf_trampoline_get_progs() 259 struct bpf_tramp_link **links; in bpf_trampoline_get_progs() 593 static int __bpf_trampoline_link_prog(struct bpf_tramp_link *link, in __bpf_trampoline_link_prog() 598 struct bpf_tramp_link *link_exiting; in __bpf_trampoline_link_prog() 646 int bpf_trampoline_link_prog(struct bpf_tramp_link *link, in bpf_trampoline_link_prog() 658 static int __bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, in __bpf_trampoline_unlink_prog() 682 int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, in bpf_trampoline_unlink_prog() 760 struct bpf_tramp_link *link; in cgroup_shim_find()
|
| /linux/include/linux/ |
| H A D | bpf.h | 1217 struct bpf_tramp_link *links[BPF_MAX_TRAMP_LINKS]; 1434 int bpf_trampoline_link_prog(struct bpf_tramp_link *link, 1437 int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, 1521 static inline int bpf_trampoline_link_prog(struct bpf_tramp_link *link, in bpf_trampoline_link_prog() 1527 static inline int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, in bpf_trampoline_unlink_prog() 1841 struct bpf_tramp_link { struct 1848 struct bpf_tramp_link link; argument 1853 struct bpf_tramp_link link; 2026 struct bpf_tramp_link *link,
|
| /linux/net/bpf/ |
| H A D | bpf_dummy_struct_ops.c | 136 struct bpf_tramp_link *link = NULL; in bpf_struct_ops_test_run()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1400 static int invoke_bpf_prog(struct jit_ctx *ctx, struct bpf_tramp_link *l, in invoke_bpf_prog()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 929 static int invoke_bpf_prog(struct bpf_tramp_link *l, int args_off, int retval_off, in invoke_bpf_prog()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2298 static void invoke_bpf_prog(struct jit_ctx *ctx, struct bpf_tramp_link *l, in invoke_bpf_prog()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 2968 struct bpf_tramp_link *l, int stack_size, in invoke_bpf_prog()
|