Lines Matching refs:bpf_func
536 link->link.prog->bpf_func); in __bpf_trampoline_link_prog()
579 tr->extension_prog->bpf_func, NULL); in __bpf_trampoline_unlink_prog()
627 bpf_func_t bpf_func, in cgroup_shim_alloc() argument
644 p->bpf_func = bpf_func; in cgroup_shim_alloc()
662 bpf_func_t bpf_func) in cgroup_shim_find() argument
671 if (p->bpf_func == bpf_func) in cgroup_shim_find()
685 bpf_func_t bpf_func; in bpf_trampoline_link_cgroup_shim() local
698 bpf_lsm_find_cgroup_shim(prog, &bpf_func); in bpf_trampoline_link_cgroup_shim()
705 shim_link = cgroup_shim_find(tr, bpf_func); in bpf_trampoline_link_cgroup_shim()
717 shim_link = cgroup_shim_alloc(prog, bpf_func, cgroup_atype); in bpf_trampoline_link_cgroup_shim()
749 bpf_func_t bpf_func; in bpf_trampoline_unlink_cgroup_shim() local
755 bpf_lsm_find_cgroup_shim(prog, &bpf_func); in bpf_trampoline_unlink_cgroup_shim()
761 shim_link = cgroup_shim_find(tr, bpf_func); in bpf_trampoline_unlink_cgroup_shim()