call_int_hook     675 security/security.c 	return call_int_hook(binder_set_context_mgr, 0, mgr);
call_int_hook     681 security/security.c 	return call_int_hook(binder_transaction, 0, from, to);
call_int_hook     687 security/security.c 	return call_int_hook(binder_transfer_binder, 0, from, to);
call_int_hook     693 security/security.c 	return call_int_hook(binder_transfer_file, 0, from, to, file);
call_int_hook     698 security/security.c 	return call_int_hook(ptrace_access_check, 0, child, mode);
call_int_hook     703 security/security.c 	return call_int_hook(ptrace_traceme, 0, parent);
call_int_hook     711 security/security.c 	return call_int_hook(capget, 0, target,
call_int_hook     720 security/security.c 	return call_int_hook(capset, 0, new, old,
call_int_hook     729 security/security.c 	return call_int_hook(capable, 0, cred, ns, cap, opts);
call_int_hook     734 security/security.c 	return call_int_hook(quotactl, 0, cmds, type, id, sb);
call_int_hook     739 security/security.c 	return call_int_hook(quota_on, 0, dentry);
call_int_hook     744 security/security.c 	return call_int_hook(syslog, 0, type);
call_int_hook     749 security/security.c 	return call_int_hook(settime, 0, ts, tz);
call_int_hook     777 security/security.c 	return call_int_hook(bprm_set_creds, 0, bprm);
call_int_hook     784 security/security.c 	ret = call_int_hook(bprm_check_security, 0, bprm);
call_int_hook     802 security/security.c 	return call_int_hook(fs_context_dup, 0, fc, src_fc);
call_int_hook     807 security/security.c 	return call_int_hook(fs_context_parse_param, -ENOPARAM, fc, param);
call_int_hook     812 security/security.c 	return call_int_hook(sb_alloc_security, 0, sb);
call_int_hook     831 security/security.c 	return call_int_hook(sb_eat_lsm_opts, 0, options, mnt_opts);
call_int_hook     838 security/security.c 	return call_int_hook(sb_remount, 0, sb, mnt_opts);
call_int_hook     844 security/security.c 	return call_int_hook(sb_kern_mount, 0, sb);
call_int_hook     849 security/security.c 	return call_int_hook(sb_show_options, 0, m, sb);
call_int_hook     854 security/security.c 	return call_int_hook(sb_statfs, 0, dentry);
call_int_hook     860 security/security.c 	return call_int_hook(sb_mount, 0, dev_name, path, type, flags, data);
call_int_hook     865 security/security.c 	return call_int_hook(sb_umount, 0, mnt, flags);
call_int_hook     870 security/security.c 	return call_int_hook(sb_pivotroot, 0, old_path, new_path);
call_int_hook     878 security/security.c 	return call_int_hook(sb_set_mnt_opts,
call_int_hook     889 security/security.c 	return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb,
call_int_hook     897 security/security.c 	return call_int_hook(sb_add_mnt_opt, -EINVAL,
call_int_hook     904 security/security.c 	return call_int_hook(move_mount, 0, from_path, to_path);
call_int_hook     910 security/security.c 	return call_int_hook(path_notify, 0, path, mask, obj_type);
call_int_hook     919 security/security.c 	rc = call_int_hook(inode_alloc_security, 0, inode);
call_int_hook     955 security/security.c 	return call_int_hook(dentry_init_security, -EOPNOTSUPP, dentry, mode,
call_int_hook     964 security/security.c 	return call_int_hook(dentry_create_files_as, 0, dentry, mode,
call_int_hook     981 security/security.c 		return call_int_hook(inode_init_security, -EOPNOTSUPP, inode,
call_int_hook     985 security/security.c 	ret = call_int_hook(inode_init_security, -EOPNOTSUPP, inode, dir, qstr,
call_int_hook    1010 security/security.c 	return call_int_hook(inode_init_security, -EOPNOTSUPP, inode, dir,
call_int_hook    1021 security/security.c 	return call_int_hook(path_mknod, 0, dir, dentry, mode, dev);
call_int_hook    1029 security/security.c 	return call_int_hook(path_mkdir, 0, dir, dentry, mode);
call_int_hook    1037 security/security.c 	return call_int_hook(path_rmdir, 0, dir, dentry);
call_int_hook    1044 security/security.c 	return call_int_hook(path_unlink, 0, dir, dentry);
call_int_hook    1053 security/security.c 	return call_int_hook(path_symlink, 0, dir, dentry, old_name);
call_int_hook    1061 security/security.c 	return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry);
call_int_hook    1073 security/security.c 		int err = call_int_hook(path_rename, 0, new_dir, new_dentry,
call_int_hook    1079 security/security.c 	return call_int_hook(path_rename, 0, old_dir, old_dentry, new_dir,
call_int_hook    1088 security/security.c 	return call_int_hook(path_truncate, 0, path);
call_int_hook    1095 security/security.c 	return call_int_hook(path_chmod, 0, path, mode);
call_int_hook    1102 security/security.c 	return call_int_hook(path_chown, 0, path, uid, gid);
call_int_hook    1107 security/security.c 	return call_int_hook(path_chroot, 0, path);
call_int_hook    1115 security/security.c 	return call_int_hook(inode_create, 0, dir, dentry, mode);
call_int_hook    1124 security/security.c 	return call_int_hook(inode_link, 0, old_dentry, dir, new_dentry);
call_int_hook    1131 security/security.c 	return call_int_hook(inode_unlink, 0, dir, dentry);
call_int_hook    1139 security/security.c 	return call_int_hook(inode_symlink, 0, dir, dentry, old_name);
call_int_hook    1146 security/security.c 	return call_int_hook(inode_mkdir, 0, dir, dentry, mode);
call_int_hook    1154 security/security.c 	return call_int_hook(inode_rmdir, 0, dir, dentry);
call_int_hook    1161 security/security.c 	return call_int_hook(inode_mknod, 0, dir, dentry, mode, dev);
call_int_hook    1173 security/security.c 		int err = call_int_hook(inode_rename, 0, new_dir, new_dentry,
call_int_hook    1179 security/security.c 	return call_int_hook(inode_rename, 0, old_dir, old_dentry,
call_int_hook    1187 security/security.c 	return call_int_hook(inode_readlink, 0, dentry);
call_int_hook    1195 security/security.c 	return call_int_hook(inode_follow_link, 0, dentry, inode, rcu);
call_int_hook    1202 security/security.c 	return call_int_hook(inode_permission, 0, inode, mask);
call_int_hook    1211 security/security.c 	ret = call_int_hook(inode_setattr, 0, dentry, attr);
call_int_hook    1222 security/security.c 	return call_int_hook(inode_getattr, 0, path);
call_int_hook    1236 security/security.c 	ret = call_int_hook(inode_setxattr, 1, dentry, name, value, size,
call_int_hook    1262 security/security.c 	return call_int_hook(inode_getxattr, 0, dentry, name);
call_int_hook    1269 security/security.c 	return call_int_hook(inode_listxattr, 0, dentry);
call_int_hook    1282 security/security.c 	ret = call_int_hook(inode_removexattr, 1, dentry, name);
call_int_hook    1295 security/security.c 	return call_int_hook(inode_need_killpriv, 0, dentry);
call_int_hook    1300 security/security.c 	return call_int_hook(inode_killpriv, 0, dentry);
call_int_hook    1344 security/security.c 	return call_int_hook(inode_listsecurity, 0, inode, buffer, buffer_size);
call_int_hook    1355 security/security.c 	return call_int_hook(inode_copy_up, 0, src, new);
call_int_hook    1361 security/security.c 	return call_int_hook(inode_copy_up_xattr, -EOPNOTSUPP, name);
call_int_hook    1368 security/security.c 	return call_int_hook(kernfs_init_security, 0, kn_dir, kn);
call_int_hook    1375 security/security.c 	ret = call_int_hook(file_permission, 0, file, mask);
call_int_hook    1388 security/security.c 	rc = call_int_hook(file_alloc_security, 0, file);
call_int_hook    1409 security/security.c 	return call_int_hook(file_ioctl, 0, file, cmd, arg);
call_int_hook    1449 security/security.c 	ret = call_int_hook(mmap_file, 0, file, prot,
call_int_hook    1458 security/security.c 	return call_int_hook(mmap_addr, 0, addr);
call_int_hook    1464 security/security.c 	return call_int_hook(file_mprotect, 0, vma, reqprot, prot);
call_int_hook    1469 security/security.c 	return call_int_hook(file_lock, 0, file, cmd);
call_int_hook    1474 security/security.c 	return call_int_hook(file_fcntl, 0, file, cmd, arg);
call_int_hook    1485 security/security.c 	return call_int_hook(file_send_sigiotask, 0, tsk, fown, sig);
call_int_hook    1490 security/security.c 	return call_int_hook(file_receive, 0, file);
call_int_hook    1497 security/security.c 	ret = call_int_hook(file_open, 0, file);
call_int_hook    1510 security/security.c 	rc = call_int_hook(task_alloc, 0, task, clone_flags);
call_int_hook    1531 security/security.c 	rc = call_int_hook(cred_alloc_blank, 0, cred, gfp);
call_int_hook    1559 security/security.c 	rc = call_int_hook(cred_prepare, 0, new, old, gfp);
call_int_hook    1579 security/security.c 	return call_int_hook(kernel_act_as, 0, new, secid);
call_int_hook    1584 security/security.c 	return call_int_hook(kernel_create_files_as, 0, new, inode);
call_int_hook    1591 security/security.c 	ret = call_int_hook(kernel_module_request, 0, kmod_name);
call_int_hook    1601 security/security.c 	ret = call_int_hook(kernel_read_file, 0, file, id);
call_int_hook    1613 security/security.c 	ret = call_int_hook(kernel_post_read_file, 0, file, buf, size, id);
call_int_hook    1624 security/security.c 	ret = call_int_hook(kernel_load_data, 0, id);
call_int_hook    1634 security/security.c 	return call_int_hook(task_fix_setuid, 0, new, old, flags);
call_int_hook    1639 security/security.c 	return call_int_hook(task_setpgid, 0, p, pgid);
call_int_hook    1644 security/security.c 	return call_int_hook(task_getpgid, 0, p);
call_int_hook    1649 security/security.c 	return call_int_hook(task_getsid, 0, p);
call_int_hook    1661 security/security.c 	return call_int_hook(task_setnice, 0, p, nice);
call_int_hook    1666 security/security.c 	return call_int_hook(task_setioprio, 0, p, ioprio);
call_int_hook    1671 security/security.c 	return call_int_hook(task_getioprio, 0, p);
call_int_hook    1677 security/security.c 	return call_int_hook(task_prlimit, 0, cred, tcred, flags);
call_int_hook    1683 security/security.c 	return call_int_hook(task_setrlimit, 0, p, resource, new_rlim);
call_int_hook    1688 security/security.c 	return call_int_hook(task_setscheduler, 0, p);
call_int_hook    1693 security/security.c 	return call_int_hook(task_getscheduler, 0, p);
call_int_hook    1698 security/security.c 	return call_int_hook(task_movememory, 0, p);
call_int_hook    1704 security/security.c 	return call_int_hook(task_kill, 0, p, info, sig, cred);
call_int_hook    1732 security/security.c 	return call_int_hook(ipc_permission, 0, ipcp, flag);
call_int_hook    1747 security/security.c 	rc = call_int_hook(msg_msg_alloc_security, 0, msg);
call_int_hook    1766 security/security.c 	rc = call_int_hook(msg_queue_alloc_security, 0, msq);
call_int_hook    1781 security/security.c 	return call_int_hook(msg_queue_associate, 0, msq, msqflg);
call_int_hook    1786 security/security.c 	return call_int_hook(msg_queue_msgctl, 0, msq, cmd);
call_int_hook    1792 security/security.c 	return call_int_hook(msg_queue_msgsnd, 0, msq, msg, msqflg);
call_int_hook    1798 security/security.c 	return call_int_hook(msg_queue_msgrcv, 0, msq, msg, target, type, mode);
call_int_hook    1807 security/security.c 	rc = call_int_hook(shm_alloc_security, 0, shp);
call_int_hook    1822 security/security.c 	return call_int_hook(shm_associate, 0, shp, shmflg);
call_int_hook    1827 security/security.c 	return call_int_hook(shm_shmctl, 0, shp, cmd);
call_int_hook    1832 security/security.c 	return call_int_hook(shm_shmat, 0, shp, shmaddr, shmflg);
call_int_hook    1841 security/security.c 	rc = call_int_hook(sem_alloc_security, 0, sma);
call_int_hook    1856 security/security.c 	return call_int_hook(sem_associate, 0, sma, semflg);
call_int_hook    1861 security/security.c 	return call_int_hook(sem_semctl, 0, sma, cmd);
call_int_hook    1867 security/security.c 	return call_int_hook(sem_semop, 0, sma, sops, nsops, alter);
call_int_hook    1906 security/security.c 	return call_int_hook(netlink_send, 0, sk, skb);
call_int_hook    1911 security/security.c 	return call_int_hook(ismaclabel, 0, name);
call_int_hook    1917 security/security.c 	return call_int_hook(secid_to_secctx, -EOPNOTSUPP, secid, secdata,
call_int_hook    1925 security/security.c 	return call_int_hook(secctx_to_secid, 0, secdata, seclen, secid);
call_int_hook    1943 security/security.c 	return call_int_hook(inode_notifysecctx, 0, inode, ctx, ctxlen);
call_int_hook    1949 security/security.c 	return call_int_hook(inode_setsecctx, 0, dentry, ctx, ctxlen);
call_int_hook    1955 security/security.c 	return call_int_hook(inode_getsecctx, -EOPNOTSUPP, inode, ctx, ctxlen);
call_int_hook    1963 security/security.c 	return call_int_hook(unix_stream_connect, 0, sock, other, newsk);
call_int_hook    1969 security/security.c 	return call_int_hook(unix_may_send, 0, sock, other);
call_int_hook    1975 security/security.c 	return call_int_hook(socket_create, 0, family, type, protocol, kern);
call_int_hook    1981 security/security.c 	return call_int_hook(socket_post_create, 0, sock, family, type,
call_int_hook    1987 security/security.c 	return call_int_hook(socket_socketpair, 0, socka, sockb);
call_int_hook    1993 security/security.c 	return call_int_hook(socket_bind, 0, sock, address, addrlen);
call_int_hook    1998 security/security.c 	return call_int_hook(socket_connect, 0, sock, address, addrlen);
call_int_hook    2003 security/security.c 	return call_int_hook(socket_listen, 0, sock, backlog);
call_int_hook    2008 security/security.c 	return call_int_hook(socket_accept, 0, sock, newsock);
call_int_hook    2013 security/security.c 	return call_int_hook(socket_sendmsg, 0, sock, msg, size);
call_int_hook    2019 security/security.c 	return call_int_hook(socket_recvmsg, 0, sock, msg, size, flags);
call_int_hook    2024 security/security.c 	return call_int_hook(socket_getsockname, 0, sock);
call_int_hook    2029 security/security.c 	return call_int_hook(socket_getpeername, 0, sock);
call_int_hook    2034 security/security.c 	return call_int_hook(socket_getsockopt, 0, sock, level, optname);
call_int_hook    2039 security/security.c 	return call_int_hook(socket_setsockopt, 0, sock, level, optname);
call_int_hook    2044 security/security.c 	return call_int_hook(socket_shutdown, 0, sock, how);
call_int_hook    2049 security/security.c 	return call_int_hook(socket_sock_rcv_skb, 0, sk, skb);
call_int_hook    2056 security/security.c 	return call_int_hook(socket_getpeersec_stream, -ENOPROTOOPT, sock,
call_int_hook    2062 security/security.c 	return call_int_hook(socket_getpeersec_dgram, -ENOPROTOOPT, sock,
call_int_hook    2069 security/security.c 	return call_int_hook(sk_alloc_security, 0, sk, family, priority);
call_int_hook    2104 security/security.c 	return call_int_hook(inet_conn_request, 0, sk, skb, req);
call_int_hook    2123 security/security.c 	return call_int_hook(secmark_relabel_packet, 0, secid);
call_int_hook    2141 security/security.c 	return call_int_hook(tun_dev_alloc_security, 0, security);
call_int_hook    2153 security/security.c 	return call_int_hook(tun_dev_create, 0);
call_int_hook    2159 security/security.c 	return call_int_hook(tun_dev_attach_queue, 0, security);
call_int_hook    2165 security/security.c 	return call_int_hook(tun_dev_attach, 0, sk, security);
call_int_hook    2171 security/security.c 	return call_int_hook(tun_dev_open, 0, security);
call_int_hook    2177 security/security.c 	return call_int_hook(sctp_assoc_request, 0, ep, skb);
call_int_hook    2184 security/security.c 	return call_int_hook(sctp_bind_connect, 0, sk, optname,
call_int_hook    2202 security/security.c 	return call_int_hook(ib_pkey_access, 0, sec, subnet_prefix, pkey);
call_int_hook    2208 security/security.c 	return call_int_hook(ib_endport_manage_subnet, 0, sec, dev_name, port_num);
call_int_hook    2214 security/security.c 	return call_int_hook(ib_alloc_security, 0, sec);
call_int_hook    2231 security/security.c 	return call_int_hook(xfrm_policy_alloc_security, 0, ctxp, sec_ctx, gfp);
call_int_hook    2238 security/security.c 	return call_int_hook(xfrm_policy_clone_security, 0, old_ctx, new_ctxp);
call_int_hook    2249 security/security.c 	return call_int_hook(xfrm_policy_delete_security, 0, ctx);
call_int_hook    2255 security/security.c 	return call_int_hook(xfrm_state_alloc, 0, x, sec_ctx);
call_int_hook    2262 security/security.c 	return call_int_hook(xfrm_state_alloc_acquire, 0, x, polsec, secid);
call_int_hook    2267 security/security.c 	return call_int_hook(xfrm_state_delete_security, 0, x);
call_int_hook    2278 security/security.c 	return call_int_hook(xfrm_policy_lookup, 0, ctx, fl_secid, dir);
call_int_hook    2307 security/security.c 	return call_int_hook(xfrm_decode_session, 0, skb, secid, 1);
call_int_hook    2312 security/security.c 	int rc = call_int_hook(xfrm_decode_session, 0, skb, &fl->flowi_secid,
call_int_hook    2326 security/security.c 	return call_int_hook(key_alloc, 0, key, cred, flags);
call_int_hook    2337 security/security.c 	return call_int_hook(key_permission, 0, key_ref, cred, perm);
call_int_hook    2343 security/security.c 	return call_int_hook(key_getsecurity, 0, key, _buffer);
call_int_hook    2352 security/security.c 	return call_int_hook(audit_rule_init, 0, field, op, rulestr, lsmrule);
call_int_hook    2357 security/security.c 	return call_int_hook(audit_rule_known, 0, krule);
call_int_hook    2367 security/security.c 	return call_int_hook(audit_rule_match, 0, secid, field, op, lsmrule);
call_int_hook    2374 security/security.c 	return call_int_hook(bpf, 0, cmd, attr, size);
call_int_hook    2378 security/security.c 	return call_int_hook(bpf_map, 0, map, fmode);
call_int_hook    2382 security/security.c 	return call_int_hook(bpf_prog, 0, prog);
call_int_hook    2386 security/security.c 	return call_int_hook(bpf_map_alloc_security, 0, map);
call_int_hook    2390 security/security.c 	return call_int_hook(bpf_prog_alloc_security, 0, aux);
call_int_hook    2404 security/security.c 	return call_int_hook(locked_down, 0, what);