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

/linux-master/kernel/bpf/
H A Dtrampoline.c613 struct bpf_shim_tramp_link *shim_link = local
616 /* paired with 'shim_link->trampoline = tr' in bpf_trampoline_link_cgroup_shim */
617 if (!shim_link->trampoline)
620 WARN_ON_ONCE(bpf_trampoline_unlink_prog(&shim_link->link, shim_link->trampoline));
621 bpf_trampoline_put(shim_link->trampoline);
626 struct bpf_shim_tramp_link *shim_link = local
629 kfree(shim_link);
641 struct bpf_shim_tramp_link *shim_link = NULL; local
644 shim_link
693 struct bpf_shim_tramp_link *shim_link = NULL; local
758 struct bpf_shim_tramp_link *shim_link = NULL; local
[all...]

Completed in 113 milliseconds