Searched refs:bpf_tramp_link (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
D | trampoline.c | 259 struct bpf_tramp_link *link; in bpf_trampoline_get_progs() 261 struct bpf_tramp_link **links; in bpf_trampoline_get_progs() 536 static int __bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in __bpf_trampoline_link_prog() 539 struct bpf_tramp_link *link_exiting; in __bpf_trampoline_link_prog() 583 int bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in bpf_trampoline_link_prog() 593 static int __bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in __bpf_trampoline_unlink_prog() 612 int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in bpf_trampoline_unlink_prog() 687 struct bpf_tramp_link *link; in cgroup_shim_find()
|
D | bpf_struct_ops.c | 325 struct bpf_tramp_link *tlink = container_of(link, struct bpf_tramp_link, link); in bpf_struct_ops_link_dealloc() 336 struct bpf_tramp_link *link, in bpf_struct_ops_prepare_trampoline() 408 struct bpf_tramp_link *link; in bpf_struct_ops_map_update_elem()
|
/linux-6.1.9/include/linux/ |
D | bpf.h | 827 struct bpf_tramp_link *links[BPF_MAX_TRAMP_LINKS]; 972 int bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr); 973 int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr); 1053 static inline int bpf_trampoline_link_prog(struct bpf_tramp_link *link, in bpf_trampoline_link_prog() 1058 static inline int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, in bpf_trampoline_unlink_prog() 1277 struct bpf_tramp_link { struct 1284 struct bpf_tramp_link link; argument 1289 struct bpf_tramp_link link; 1333 struct bpf_tramp_link *link,
|
/linux-6.1.9/net/bpf/ |
D | bpf_dummy_struct_ops.c | 84 struct bpf_tramp_link *link = NULL; in bpf_struct_ops_test_run()
|
/linux-6.1.9/arch/x86/net/ |
D | bpf_jit_comp.c | 1813 struct bpf_tramp_link *l, int stack_size, in invoke_bpf_prog()
|
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit_comp.c | 1642 static void invoke_bpf_prog(struct jit_ctx *ctx, struct bpf_tramp_link *l, in invoke_bpf_prog()
|