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

/linux-master/kernel/bpf/
H A Dtrampoline.c615 struct bpf_shim_tramp_link *shim_link = local
618 /* paired with 'shim_link->trampoline = tr' in bpf_trampoline_link_cgroup_shim */
619 if (!shim_link->trampoline)
622 WARN_ON_ONCE(bpf_trampoline_unlink_prog(&shim_link->link, shim_link->trampoline));
623 bpf_trampoline_put(shim_link->trampoline);
628 struct bpf_shim_tramp_link *shim_link = local
631 kfree(shim_link);
643 struct bpf_shim_tramp_link *shim_link = NULL; local
646 shim_link
695 struct bpf_shim_tramp_link *shim_link = NULL; local
760 struct bpf_shim_tramp_link *shim_link = NULL; local
[all...]

Completed in 156 milliseconds