Home
last modified time | relevance | path

Searched refs:socket_sendmsg (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/security/tomoyo/
Dtomoyo.c527 LSM_HOOK_INIT(socket_sendmsg, tomoyo_socket_sendmsg),
/linux-4.4.14/include/linux/
Dlsm_hooks.h1537 int (*socket_sendmsg)(struct socket *sock, struct msghdr *msg, member
1772 struct list_head socket_sendmsg; member
/linux-4.4.14/security/
Dsecurity.c1230 return call_int_hook(socket_sendmsg, 0, sock, msg, size); in security_socket_sendmsg()
1788 .socket_sendmsg =
1789 LIST_HEAD_INIT(security_hook_heads.socket_sendmsg),
/linux-4.4.14/security/smack/
Dsmack_lsm.c4686 LSM_HOOK_INIT(socket_sendmsg, smack_socket_sendmsg),
/linux-4.4.14/security/selinux/
Dhooks.c6009 LSM_HOOK_INIT(socket_sendmsg, selinux_socket_sendmsg),