Home
last modified time | relevance | path

Searched refs:bpf_shim_tramp_link (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/kernel/bpf/
Dtrampoline.c602 struct bpf_shim_tramp_link *shim_link = in bpf_shim_tramp_link_release()
603 container_of(link, struct bpf_shim_tramp_link, link.link); in bpf_shim_tramp_link_release()
615 struct bpf_shim_tramp_link *shim_link = in bpf_shim_tramp_link_dealloc()
616 container_of(link, struct bpf_shim_tramp_link, link.link); in bpf_shim_tramp_link_dealloc()
626 static struct bpf_shim_tramp_link *cgroup_shim_alloc(const struct bpf_prog *prog, in cgroup_shim_alloc()
630 struct bpf_shim_tramp_link *shim_link = NULL; in cgroup_shim_alloc()
661 static struct bpf_shim_tramp_link *cgroup_shim_find(struct bpf_trampoline *tr, in cgroup_shim_find()
672 return container_of(link, struct bpf_shim_tramp_link, link); in cgroup_shim_find()
682 struct bpf_shim_tramp_link *shim_link = NULL; in bpf_trampoline_link_cgroup_shim()
747 struct bpf_shim_tramp_link *shim_link = NULL; in bpf_trampoline_unlink_cgroup_shim()
/linux-6.6.21/include/linux/
Dbpf.h1549 struct bpf_shim_tramp_link { struct