Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dtrampoline.c621 struct bpf_shim_tramp_link *shim_link = in bpf_shim_tramp_link_release()
622 container_of(link, struct bpf_shim_tramp_link, link.link); in bpf_shim_tramp_link_release()
634 struct bpf_shim_tramp_link *shim_link = in bpf_shim_tramp_link_dealloc()
635 container_of(link, struct bpf_shim_tramp_link, link.link); in bpf_shim_tramp_link_dealloc()
645 static struct bpf_shim_tramp_link *cgroup_shim_alloc(const struct bpf_prog *prog, in cgroup_shim_alloc()
649 struct bpf_shim_tramp_link *shim_link = NULL; in cgroup_shim_alloc()
680 static struct bpf_shim_tramp_link *cgroup_shim_find(struct bpf_trampoline *tr, in cgroup_shim_find()
691 return container_of(link, struct bpf_shim_tramp_link, link); in cgroup_shim_find()
701 struct bpf_shim_tramp_link *shim_link = NULL; in bpf_trampoline_link_cgroup_shim()
766 struct bpf_shim_tramp_link *shim_link = NULL; in bpf_trampoline_unlink_cgroup_shim()
/Linux-v6.1/include/linux/
Dbpf.h1283 struct bpf_shim_tramp_link { struct