Lines Matching refs:bpf_func
555 link->link.prog->bpf_func); in __bpf_trampoline_link_prog()
598 tr->extension_prog->bpf_func, NULL); in __bpf_trampoline_unlink_prog()
646 bpf_func_t bpf_func, in cgroup_shim_alloc() argument
663 p->bpf_func = bpf_func; in cgroup_shim_alloc()
681 bpf_func_t bpf_func) in cgroup_shim_find() argument
690 if (p->bpf_func == bpf_func) in cgroup_shim_find()
704 bpf_func_t bpf_func; in bpf_trampoline_link_cgroup_shim() local
717 bpf_lsm_find_cgroup_shim(prog, &bpf_func); in bpf_trampoline_link_cgroup_shim()
724 shim_link = cgroup_shim_find(tr, bpf_func); in bpf_trampoline_link_cgroup_shim()
736 shim_link = cgroup_shim_alloc(prog, bpf_func, cgroup_atype); in bpf_trampoline_link_cgroup_shim()
768 bpf_func_t bpf_func; in bpf_trampoline_unlink_cgroup_shim() local
774 bpf_lsm_find_cgroup_shim(prog, &bpf_func); in bpf_trampoline_unlink_cgroup_shim()
780 shim_link = cgroup_shim_find(tr, bpf_func); in bpf_trampoline_unlink_cgroup_shim()