Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c1042 struct bpf_shim_tramp_link *shim_link = in bpf_shim_tramp_link_release() local
1047 if (!shim_link->trampoline) in bpf_shim_tramp_link_release()
1050 err = bpf_trampoline_unlink_prog(&shim_link->link.node, shim_link->trampoline, NULL); in bpf_shim_tramp_link_release()
1053 bpf_trampoline_put(shim_link->trampoline); in bpf_shim_tramp_link_release()
1058 struct bpf_shim_tramp_link *shim_link = in bpf_shim_tramp_link_dealloc() local
1061 kfree(shim_link); in bpf_shim_tramp_link_dealloc()
1074 struct bpf_shim_tramp_link *shim_link = NULL; in cgroup_shim_alloc() local
1077 shim_link = kzalloc_obj(*shim_link, GFP_USER); in cgroup_shim_alloc()
1078 if (!shim_link) in cgroup_shim_alloc()
1083 kfree(shim_link); in cgroup_shim_alloc()
[all …]