Function report |
Source Code:security\tomoyo\network.c |
Create Date:2022-07-28 19:45:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:moyo_socket_sendmsg_permission - Check permission for sending a datagram.*@sock: Pointer to "struct socket".*@msg: Pointer to "struct msghdr".*@size: Unused.* Returns 0 on success, negative value otherwise.
Proto:int tomoyo_socket_sendmsg_permission(struct socket *sock, struct msghdr *msg, int size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct socket * | sock | |
struct msghdr * | msg | |
int | size |
762 | family = moyo_sock_family - Get socket's family.*@sk: Pointer to "struct sock".* Returns one of PF_INET, PF_INET6, PF_UNIX or 0. |
765 | If Not ptr to socket address structure || Not family || type != SOCK_DGRAM && type != SOCK_RAW Then Return 0 |
769 | operation = send() operation. |
Name | Describe |
---|---|
tomoyo_socket_sendmsg | moyo_socket_sendmsg - Check permission for sendmsg().*@sock: Pointer to "struct socket".*@msg: Pointer to "struct msghdr".*@size: Size of message.* Returns 0 on success, negative value otherwise. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |