Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/ !
Dtrampoline.c602 struct bpf_shim_tramp_link *shim_link = in bpf_shim_tramp_link_release() local
606 if (!shim_link->trampoline) in bpf_shim_tramp_link_release()
609 WARN_ON_ONCE(bpf_trampoline_unlink_prog(&shim_link->link, shim_link->trampoline)); in bpf_shim_tramp_link_release()
610 bpf_trampoline_put(shim_link->trampoline); in bpf_shim_tramp_link_release()
615 struct bpf_shim_tramp_link *shim_link = in bpf_shim_tramp_link_dealloc() local
618 kfree(shim_link); in bpf_shim_tramp_link_dealloc()
630 struct bpf_shim_tramp_link *shim_link = NULL; in cgroup_shim_alloc() local
633 shim_link = kzalloc(sizeof(*shim_link), GFP_USER); in cgroup_shim_alloc()
634 if (!shim_link) in cgroup_shim_alloc()
639 kfree(shim_link); in cgroup_shim_alloc()
[all …]