Lines Matching refs:size
374 init_debug("cred blob size = %d\n", blob_sizes.lbs_cred);
375 init_debug("file blob size = %d\n", blob_sizes.lbs_file);
376 init_debug("inode blob size = %d\n", blob_sizes.lbs_inode);
377 init_debug("ipc blob size = %d\n", blob_sizes.lbs_ipc);
378 init_debug("msg_msg blob size = %d\n", blob_sizes.lbs_msg_msg);
379 init_debug("superblock blob size = %d\n", blob_sizes.lbs_superblock);
380 init_debug("task blob size = %d\n", blob_sizes.lbs_task);
2162 * @size: size of xattr value
2171 const void *value, size_t size, int flags)
2182 size, flags);
2185 ret = cap_inode_setxattr(dentry, name, value, size, flags);
2188 ret = ima_inode_setxattr(dentry, name, value, size);
2191 return evm_inode_setxattr(idmap, dentry, name, value, size);
2275 * @size: xattr value size
2281 const void *value, size_t size, int flags)
2285 call_void_hook(inode_post_setxattr, dentry, name, value, size, flags);
2286 evm_inode_post_setxattr(dentry, name, value, size);
2402 * Return: Returns size of buffer on success.
2430 * @size: length of security label
2434 * attribute value @value. @size indicates the size of the @value in bytes.
2441 const void *value, size_t size, int flags)
2452 rc = hp->hook.inode_setsecurity(inode, name, value, size,
2464 * @buffer_size: size of buffer
2467 * @inode into @buffer. The maximum size of @buffer is specified by
2468 * @buffer_size. @buffer may be NULL to request the size of the buffer
3082 * @size: size of file contents
3091 int security_kernel_post_read_file(struct file *file, char *buf, loff_t size,
3096 ret = call_int_hook(kernel_post_read_file, 0, file, buf, size, id);
3099 return ima_post_read_file(file, buf, size, id);
3126 * @size: size of data
3137 int security_kernel_post_load_data(char *buf, loff_t size,
3143 ret = call_int_hook(kernel_post_load_data, 0, buf, size, id,
3147 return ima_post_load_data(buf, size, id, description);
3850 * @size: attribute value size
3852 * Write (set) the current task's attribute @name to @value, size @size if
3858 size_t size)
3865 return hp->hook.setprocattr(name, value, size);
4234 * @backlog: connection queue size
4265 * @size: size of message
4271 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size)
4273 return call_int_hook(socket_sendmsg, 0, sock, msg, size);
4280 * @size: size of message
4288 int size, int flags)
4290 return call_int_hook(socket_recvmsg, 0, sock, msg, size, flags);
4388 * @optlen: size of peer label copied into the buffer
4389 * @len: maximum size of the destination buffer
5180 * @size: size
5188 int security_bpf(int cmd, union bpf_attr *attr, unsigned int size)
5190 return call_int_hook(bpf, 0, cmd, attr, size);