Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 9 of 9) sorted by relevance

/security/selinux/
Dnetlink.c47 struct selnl_msg_setenforce *msg = nlmsg_data(nlh); in selnl_add_payload() local
55 struct selnl_msg_policyload *msg = nlmsg_data(nlh); in selnl_add_payload() local
Dhooks.c4971 static int selinux_socket_sendmsg(struct socket *sock, struct msghdr *msg, in selinux_socket_sendmsg()
4977 static int selinux_socket_recvmsg(struct socket *sock, struct msghdr *msg, in selinux_socket_recvmsg()
6008 static int selinux_msg_msg_alloc_security(struct msg_msg *msg) in selinux_msg_msg_alloc_security()
6078 static int selinux_msg_queue_msgsnd(struct kern_ipc_perm *msq, struct msg_msg *msg, int msqflg) in selinux_msg_queue_msgsnd()
6121 static int selinux_msg_queue_msgrcv(struct kern_ipc_perm *msq, struct msg_msg *msg, in selinux_msg_queue_msgrcv()
/security/tomoyo/
Dtomoyo.c498 static int tomoyo_socket_sendmsg(struct socket *sock, struct msghdr *msg, in tomoyo_socket_sendmsg()
Dnetwork.c758 int tomoyo_socket_sendmsg_permission(struct socket *sock, struct msghdr *msg, in tomoyo_socket_sendmsg_permission()
/security/
Dsecurity.c3761 int security_msg_msg_alloc(struct msg_msg *msg) in security_msg_msg_alloc()
3779 void security_msg_msg_free(struct msg_msg *msg) in security_msg_msg_free()
3863 struct msg_msg *msg, int msqflg) in security_msg_queue_msgsnd()
3883 int security_msg_queue_msgrcv(struct kern_ipc_perm *msq, struct msg_msg *msg, in security_msg_queue_msgrcv()
4645 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) in security_socket_sendmsg()
4661 int security_socket_recvmsg(struct socket *sock, struct msghdr *msg, in security_socket_recvmsg()
/security/apparmor/
Dlsm.c1197 struct msghdr *msg, int size) in aa_sock_msg_perm()
1210 struct msghdr *msg, int size) in apparmor_socket_sendmsg()
1216 struct msghdr *msg, int size, int flags) in apparmor_socket_recvmsg()
/security/smack/
Dsmack_lsm.c3096 static int smack_msg_msg_alloc_security(struct msg_msg *msg) in smack_msg_msg_alloc_security()
3394 static int smack_msg_queue_msgsnd(struct kern_ipc_perm *isp, struct msg_msg *msg, in smack_msg_queue_msgsnd()
3414 struct msg_msg *msg, in smack_msg_queue_msgrcv()
3932 static int smack_socket_sendmsg(struct socket *sock, struct msghdr *msg, in smack_socket_sendmsg()
Dsmack.h348 static inline struct smack_known **smack_msg_msg(const struct msg_msg *msg) in smack_msg_msg()
/security/integrity/ima/
Dima_policy.c1231 const char *field, const char *msg) in check_template_field()