Home
last modified time | relevance | path

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

/linux/security/selinux/
H A Dhooks.c1748 static int bpf_fd_pass(const struct file *file, u32 sid);
1793 rc = bpf_fd_pass(file, ssid); in __file_has_perm()
2129 rc = bpf_fd_pass(file, sid); in selinux_binder_transfer_file()
7225 static int bpf_fd_pass(const struct file *file, u32 sid) in bpf_fd_pass() function