Lines Matching defs:size
338 init_debug("cred blob size = %d\n", blob_sizes.lbs_cred);
339 init_debug("file blob size = %d\n", blob_sizes.lbs_file);
340 init_debug("inode blob size = %d\n", blob_sizes.lbs_inode);
341 init_debug("ipc blob size = %d\n", blob_sizes.lbs_ipc);
342 init_debug("msg_msg blob size = %d\n", blob_sizes.lbs_msg_msg);
343 init_debug("task blob size = %d\n", blob_sizes.lbs_task);
1299 const void *value, size_t size, int flags)
1309 ret = call_int_hook(inode_setxattr, 1, dentry, name, value, size,
1313 ret = cap_inode_setxattr(dentry, name, value, size, flags);
1316 ret = ima_inode_setxattr(dentry, name, value, size);
1319 return evm_inode_setxattr(dentry, name, value, size);
1323 const void *value, size_t size, int flags)
1327 call_void_hook(inode_post_setxattr, dentry, name, value, size, flags);
1328 evm_inode_post_setxattr(dentry, name, value, size);
1394 int security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags)
1405 rc = hp->hook.inode_setsecurity(inode, name, value, size,
1722 int security_kernel_post_read_file(struct file *file, char *buf, loff_t size,
1727 ret = call_int_hook(kernel_post_read_file, 0, file, buf, size, id);
1730 return ima_post_read_file(file, buf, size, id);
1745 int security_kernel_post_load_data(char *buf, loff_t size,
1751 ret = call_int_hook(kernel_post_load_data, 0, buf, size, id,
1755 return ima_post_load_data(buf, size, id, description);
2026 size_t size)
2033 return hp->hook.setprocattr(name, value, size);
2185 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size)
2187 return call_int_hook(socket_sendmsg, 0, sock, msg, size);
2191 int size, int flags)
2193 return call_int_hook(socket_recvmsg, 0, sock, msg, size, flags);
2547 int security_bpf(int cmd, union bpf_attr *attr, unsigned int size)
2549 return call_int_hook(bpf, 0, cmd, attr, size);