Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c651 struct bpf_shim_tramp_link *shim_link = in bpf_shim_tramp_link_release()
652 container_of(link, struct bpf_shim_tramp_link, link.link); in bpf_shim_tramp_link_release()
664 struct bpf_shim_tramp_link *shim_link = in bpf_shim_tramp_link_dealloc()
665 container_of(link, struct bpf_shim_tramp_link, link.link); in bpf_shim_tramp_link_dealloc()
675 static struct bpf_shim_tramp_link *cgroup_shim_alloc(const struct bpf_prog *prog, in cgroup_shim_alloc()
680 struct bpf_shim_tramp_link *shim_link = NULL; in cgroup_shim_alloc()
711 static struct bpf_shim_tramp_link *cgroup_shim_find(struct bpf_trampoline *tr, in cgroup_shim_find()
722 return container_of(link, struct bpf_shim_tramp_link, link); in cgroup_shim_find()
733 struct bpf_shim_tramp_link *shim_link = NULL; in bpf_trampoline_link_cgroup_shim()
798 struct bpf_shim_tramp_link *shim_link = NULL; in bpf_trampoline_unlink_cgroup_shim()
/linux/include/linux/
H A Dbpf.h1790 struct bpf_shim_tramp_link { struct