Searched refs:bpf_tramp_link (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/kernel/bpf/ |
D | trampoline.c | 231 struct bpf_tramp_link *link; in bpf_trampoline_get_progs() 233 struct bpf_tramp_link **links; in bpf_trampoline_get_progs() 513 static int __bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in __bpf_trampoline_link_prog() 516 struct bpf_tramp_link *link_exiting; in __bpf_trampoline_link_prog() 560 int bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in bpf_trampoline_link_prog() 570 static int __bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in __bpf_trampoline_unlink_prog() 589 int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in bpf_trampoline_unlink_prog() 664 struct bpf_tramp_link *link; in cgroup_shim_find()
|
D | bpf_struct_ops.c | 342 struct bpf_tramp_link *tlink = container_of(link, struct bpf_tramp_link, link); in bpf_struct_ops_link_dealloc() 353 struct bpf_tramp_link *link, in bpf_struct_ops_prepare_trampoline() 425 struct bpf_tramp_link *link; in bpf_struct_ops_map_update_elem()
|
/linux-6.6.21/include/linux/ |
D | bpf.h | 1062 struct bpf_tramp_link *links[BPF_MAX_TRAMP_LINKS]; 1234 int bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr); 1235 int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr); 1315 static inline int bpf_trampoline_link_prog(struct bpf_tramp_link *link, in bpf_trampoline_link_prog() 1320 static inline int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, in bpf_trampoline_unlink_prog() 1543 struct bpf_tramp_link { struct 1550 struct bpf_tramp_link link; argument 1555 struct bpf_tramp_link link; 1649 struct bpf_tramp_link *link,
|
/linux-6.6.21/net/bpf/ |
D | bpf_dummy_struct_ops.c | 84 struct bpf_tramp_link *link = NULL; in bpf_struct_ops_test_run()
|
/linux-6.6.21/arch/s390/net/ |
D | bpf_jit_comp.c | 2107 struct bpf_tramp_link *tlink, bool save_ret) in invoke_bpf_prog()
|
/linux-6.6.21/arch/riscv/net/ |
D | bpf_jit_comp64.c | 721 static int invoke_bpf_prog(struct bpf_tramp_link *l, int args_off, int retval_off, in invoke_bpf_prog()
|
/linux-6.6.21/arch/arm64/net/ |
D | bpf_jit_comp.c | 1707 static void invoke_bpf_prog(struct jit_ctx *ctx, struct bpf_tramp_link *l, in invoke_bpf_prog()
|
/linux-6.6.21/arch/x86/net/ |
D | bpf_jit_comp.c | 2130 struct bpf_tramp_link *l, int stack_size, in invoke_bpf_prog()
|