Lines Matching refs:call_int_hook
762 * call_int_hook:
774 #define call_int_hook(FUNC, IRC, ...) ({ \
800 return call_int_hook(binder_set_context_mgr, 0, mgr);
815 return call_int_hook(binder_transaction, 0, from, to);
830 return call_int_hook(binder_transfer_binder, 0, from, to);
846 return call_int_hook(binder_transfer_file, 0, from, to, file);
865 return call_int_hook(ptrace_access_check, 0, child, mode);
880 return call_int_hook(ptrace_traceme, 0, parent);
902 return call_int_hook(capget, 0, target,
924 return call_int_hook(capset, 0, new, old,
946 return call_int_hook(capable, 0, cred, ns, cap, opts);
962 return call_int_hook(quotactl, 0, cmds, type, id, sb);
975 return call_int_hook(quota_on, 0, dentry);
990 return call_int_hook(syslog, 0, type);
1005 return call_int_hook(settime, 0, ts, tz);
1060 return call_int_hook(bprm_creds_for_exec, 0, bprm);
1084 return call_int_hook(bprm_creds_from_file, 0, bprm, file);
1103 ret = call_int_hook(bprm_check_security, 0, bprm);
1153 return call_int_hook(fs_context_submount, 0, fc, reference);
1169 return call_int_hook(fs_context_dup, 0, fc, src_fc);
1218 rc = call_int_hook(sb_alloc_security, 0, sb);
1276 return call_int_hook(sb_eat_lsm_opts, 0, options, mnt_opts);
1293 return call_int_hook(sb_mnt_opts_compat, 0, sb, mnt_opts);
1310 return call_int_hook(sb_remount, 0, sb, mnt_opts);
1324 return call_int_hook(sb_kern_mount, 0, sb);
1338 return call_int_hook(sb_show_options, 0, m, sb);
1352 return call_int_hook(sb_statfs, 0, dentry);
1375 return call_int_hook(sb_mount, 0, dev_name, path, type, flags, data);
1389 return call_int_hook(sb_umount, 0, mnt, flags);
1404 return call_int_hook(sb_pivotroot, 0, old_path, new_path);
1423 return call_int_hook(sb_set_mnt_opts,
1445 return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb,
1462 return call_int_hook(move_mount, 0, from_path, to_path);
1479 return call_int_hook(path_notify, 0, path, mask, obj_type);
1498 rc = call_int_hook(inode_alloc_security, 0, inode);
1592 return call_int_hook(dentry_create_files_as, 0, dentry, mode,
1693 return call_int_hook(inode_init_security_anon, 0, inode, name,
1715 return call_int_hook(path_mknod, 0, dir, dentry, mode, dev);
1734 return call_int_hook(path_mkdir, 0, dir, dentry, mode);
1751 return call_int_hook(path_rmdir, 0, dir, dentry);
1767 return call_int_hook(path_unlink, 0, dir, dentry);
1786 return call_int_hook(path_symlink, 0, dir, dentry, old_name);
1804 return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry);
1828 return call_int_hook(path_rename, 0, old_dir, old_dentry, new_dir,
1847 return call_int_hook(path_truncate, 0, path);
1865 return call_int_hook(path_chmod, 0, path, mode);
1882 return call_int_hook(path_chown, 0, path, uid, gid);
1895 return call_int_hook(path_chroot, 0, path);
1914 return call_int_hook(inode_create, 0, dir, dentry, mode);
1933 return call_int_hook(inode_link, 0, old_dentry, dir, new_dentry);
1949 return call_int_hook(inode_unlink, 0, dir, dentry);
1967 return call_int_hook(inode_symlink, 0, dir, dentry, old_name);
1985 return call_int_hook(inode_mkdir, 0, dir, dentry, mode);
2002 return call_int_hook(inode_rmdir, 0, dir, dentry);
2024 return call_int_hook(inode_mknod, 0, dir, dentry, mode, dev);
2049 int err = call_int_hook(inode_rename, 0, new_dir, new_dentry,
2055 return call_int_hook(inode_rename, 0, old_dir, old_dentry,
2071 return call_int_hook(inode_readlink, 0, dentry);
2090 return call_int_hook(inode_follow_link, 0, dentry, inode, rcu);
2111 return call_int_hook(inode_permission, 0, inode, mask);
2134 ret = call_int_hook(inode_setattr, 0, dentry, attr);
2153 return call_int_hook(inode_getattr, 0, path);
2181 ret = call_int_hook(inode_setxattr, 1, idmap, dentry, name, value,
2214 ret = call_int_hook(inode_set_acl, 0, idmap, dentry, acl_name,
2240 return call_int_hook(inode_get_acl, 0, idmap, dentry, acl_name);
2261 ret = call_int_hook(inode_remove_acl, 0, idmap, dentry, acl_name);
2303 return call_int_hook(inode_getxattr, 0, dentry, name);
2319 return call_int_hook(inode_listxattr, 0, dentry);
2344 ret = call_int_hook(inode_removexattr, 1, idmap, dentry, name);
2368 return call_int_hook(inode_need_killpriv, 0, dentry);
2385 return call_int_hook(inode_killpriv, 0, idmap, dentry);
2478 return call_int_hook(inode_listsecurity, 0, inode, buffer, buffer_size);
2509 return call_int_hook(inode_copy_up, 0, src, new);
2559 return call_int_hook(kernfs_init_security, 0, kn_dir, kn);
2585 ret = call_int_hook(file_permission, 0, file, mask);
2607 rc = call_int_hook(file_alloc_security, 0, file);
2647 return call_int_hook(file_ioctl, 0, file, cmd, arg);
2665 return call_int_hook(file_ioctl_compat, 0, file, cmd, arg);
2719 ret = call_int_hook(mmap_file, 0, file, prot, prot_adj, flags);
2735 return call_int_hook(mmap_addr, 0, addr);
2753 ret = call_int_hook(file_mprotect, 0, vma, reqprot, prot);
2771 return call_int_hook(file_lock, 0, file, cmd);
2790 return call_int_hook(file_fcntl, 0, file, cmd, arg);
2824 return call_int_hook(file_send_sigiotask, 0, tsk, fown, sig);
2838 return call_int_hook(file_receive, 0, file);
2854 ret = call_int_hook(file_open, 0, file);
2873 return call_int_hook(file_truncate, 0, file);
2891 rc = call_int_hook(task_alloc, 0, task, clone_flags);
2929 rc = call_int_hook(cred_alloc_blank, 0, cred, gfp);
2973 rc = call_int_hook(cred_prepare, 0, new, old, gfp);
3018 return call_int_hook(kernel_act_as, 0, new, secid);
3034 return call_int_hook(kernel_create_files_as, 0, new, inode);
3050 ret = call_int_hook(kernel_module_request, 0, kmod_name);
3071 ret = call_int_hook(kernel_read_file, 0, file, id, contents);
3096 ret = call_int_hook(kernel_post_read_file, 0, file, buf, size, id);
3116 ret = call_int_hook(kernel_load_data, 0, id, contents);
3143 ret = call_int_hook(kernel_post_load_data, 0, buf, size, id,
3168 return call_int_hook(task_fix_setuid, 0, new, old, flags);
3188 return call_int_hook(task_fix_setgid, 0, new, old, flags);
3205 return call_int_hook(task_fix_setgroups, 0, new, old);
3220 return call_int_hook(task_setpgid, 0, p, pgid);
3234 return call_int_hook(task_getpgid, 0, p);
3247 return call_int_hook(task_getsid, 0, p);
3290 return call_int_hook(task_setnice, 0, p, nice);
3304 return call_int_hook(task_setioprio, 0, p, ioprio);
3317 return call_int_hook(task_getioprio, 0, p);
3334 return call_int_hook(task_prlimit, 0, cred, tcred, flags);
3352 return call_int_hook(task_setrlimit, 0, p, resource, new_rlim);
3366 return call_int_hook(task_setscheduler, 0, p);
3379 return call_int_hook(task_getscheduler, 0, p);
3392 return call_int_hook(task_movememory, 0, p);
3413 return call_int_hook(task_kill, 0, p, info, sig, cred);
3471 return call_int_hook(userns_create, 0, cred);
3485 return call_int_hook(ipc_permission, 0, ipcp, flag);
3517 rc = call_int_hook(msg_msg_alloc_security, 0, msg);
3551 rc = call_int_hook(msg_queue_alloc_security, 0, msq);
3583 return call_int_hook(msg_queue_associate, 0, msq, msqflg);
3598 return call_int_hook(msg_queue_msgctl, 0, msq, cmd);
3615 return call_int_hook(msg_queue_msgsnd, 0, msq, msg, msqflg);
3636 return call_int_hook(msg_queue_msgrcv, 0, msq, msg, target, type, mode);
3654 rc = call_int_hook(shm_alloc_security, 0, shp);
3687 return call_int_hook(shm_associate, 0, shp, shmflg);
3702 return call_int_hook(shm_shmctl, 0, shp, cmd);
3720 return call_int_hook(shm_shmat, 0, shp, shmaddr, shmflg);
3738 rc = call_int_hook(sem_alloc_security, 0, sma);
3770 return call_int_hook(sem_associate, 0, sma, semflg);
3785 return call_int_hook(sem_semctl, 0, sma, cmd);
3803 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter);
3885 return call_int_hook(netlink_send, 0, sk, skb);
3898 return call_int_hook(ismaclabel, 0, name);
3947 return call_int_hook(secctx_to_secid, 0, secdata, seclen, secid);
3994 return call_int_hook(inode_notifysecctx, 0, inode, ctx, ctxlen);
4016 return call_int_hook(inode_setsecctx, 0, dentry, ctx, ctxlen);
4064 return call_int_hook(post_notification, 0, w_cred, cred, n);
4080 return call_int_hook(watch_key, 0, key);
4109 return call_int_hook(unix_stream_connect, 0, sock, other, newsk);
4135 return call_int_hook(unix_may_send, 0, sock, other);
4152 return call_int_hook(socket_create, 0, family, type, protocol, kern);
4176 return call_int_hook(socket_post_create, 0, sock, family, type,
4192 return call_int_hook(socket_socketpair, 0, socka, sockb);
4211 return call_int_hook(socket_bind, 0, sock, address, addrlen);
4228 return call_int_hook(socket_connect, 0, sock, address, addrlen);
4242 return call_int_hook(socket_listen, 0, sock, backlog);
4258 return call_int_hook(socket_accept, 0, sock, newsock);
4273 return call_int_hook(socket_sendmsg, 0, sock, msg, size);
4290 return call_int_hook(socket_recvmsg, 0, sock, msg, size, flags);
4304 return call_int_hook(socket_getsockname, 0, sock);
4317 return call_int_hook(socket_getpeername, 0, sock);
4333 return call_int_hook(socket_getsockopt, 0, sock, level, optname);
4348 return call_int_hook(socket_setsockopt, 0, sock, level, optname);
4363 return call_int_hook(socket_shutdown, 0, sock, how);
4380 return call_int_hook(socket_sock_rcv_skb, 0, sk, skb);
4464 return call_int_hook(sk_alloc_security, 0, sk, family, priority);
4545 return call_int_hook(inet_conn_request, 0, sk, skb, req);
4586 return call_int_hook(secmark_relabel_packet, 0, secid);
4623 return call_int_hook(tun_dev_alloc_security, 0, security);
4648 return call_int_hook(tun_dev_create, 0);
4662 return call_int_hook(tun_dev_attach_queue, 0, security);
4678 return call_int_hook(tun_dev_attach, 0, sk, security);
4693 return call_int_hook(tun_dev_open, 0, security);
4709 return call_int_hook(sctp_assoc_request, 0, asoc, skb);
4730 return call_int_hook(sctp_bind_connect, 0, sk, optname,
4765 return call_int_hook(sctp_assoc_established, 0, asoc, skb);
4783 return call_int_hook(mptcp_add_subflow, 0, sk, ssk);
4801 return call_int_hook(ib_pkey_access, 0, sec, subnet_prefix, pkey);
4818 return call_int_hook(ib_endport_manage_subnet, 0, sec,
4833 return call_int_hook(ib_alloc_security, 0, sec);
4866 return call_int_hook(xfrm_policy_alloc_security, 0, ctxp, sec_ctx, gfp);
4883 return call_int_hook(xfrm_policy_clone_security, 0, old_ctx, new_ctxp);
4908 return call_int_hook(xfrm_policy_delete_security, 0, ctx);
4925 return call_int_hook(xfrm_state_alloc, 0, x, sec_ctx);
4944 return call_int_hook(xfrm_state_alloc_acquire, 0, x, polsec, secid);
4957 return call_int_hook(xfrm_state_delete_security, 0, x);
4986 return call_int_hook(xfrm_policy_lookup, 0, ctx, fl_secid);
5034 return call_int_hook(xfrm_decode_session, 0, skb, secid, 1);
5039 int rc = call_int_hook(xfrm_decode_session, 0, skb, &flic->flowic_secid,
5062 return call_int_hook(key_alloc, 0, key, cred, flags);
5089 return call_int_hook(key_permission, 0, key_ref, cred, need_perm);
5108 return call_int_hook(key_getsecurity, 0, key, buffer);
5127 return call_int_hook(audit_rule_init, 0, field, op, rulestr, lsmrule);
5141 return call_int_hook(audit_rule_known, 0, krule);
5171 return call_int_hook(audit_rule_match, 0, secid, field, op, lsmrule);
5190 return call_int_hook(bpf, 0, cmd, attr, size);
5205 return call_int_hook(bpf_map, 0, map, fmode);
5219 return call_int_hook(bpf_prog, 0, prog);
5232 return call_int_hook(bpf_map_alloc_security, 0, map);
5245 return call_int_hook(bpf_prog_alloc_security, 0, aux);
5282 return call_int_hook(locked_down, 0, what);
5298 return call_int_hook(perf_event_open, 0, attr, type);
5311 return call_int_hook(perf_event_alloc, 0, event);
5335 return call_int_hook(perf_event_read, 0, event);
5348 return call_int_hook(perf_event_write, 0, event);
5363 return call_int_hook(mmap_region, 0, vma);
5379 return call_int_hook(uring_override_creds, 0, new);
5392 return call_int_hook(uring_sqpoll, 0);
5405 return call_int_hook(uring_cmd, 0, ioucmd);