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.c4957 static int selinux_socket_sendmsg(struct socket *sock, struct msghdr *msg, in selinux_socket_sendmsg()
4963 static int selinux_socket_recvmsg(struct socket *sock, struct msghdr *msg, in selinux_socket_recvmsg()
6043 static int selinux_msg_msg_alloc_security(struct msg_msg *msg) in selinux_msg_msg_alloc_security()
6118 static int selinux_msg_queue_msgsnd(struct kern_ipc_perm *msq, struct msg_msg *msg, int msqflg) in selinux_msg_queue_msgsnd()
6164 static int selinux_msg_queue_msgrcv(struct kern_ipc_perm *msq, struct msg_msg *msg, in selinux_msg_queue_msgrcv()
/security/tomoyo/
Dtomoyo.c484 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/apparmor/
Dlsm.c969 struct msghdr *msg, int size) in aa_sock_msg_perm()
985 struct msghdr *msg, int size) in apparmor_socket_sendmsg()
994 struct msghdr *msg, int size, int flags) in apparmor_socket_recvmsg()
/security/
Dsecurity.c1963 int security_msg_msg_alloc(struct msg_msg *msg) in security_msg_msg_alloc()
1975 void security_msg_msg_free(struct msg_msg *msg) in security_msg_msg_free()
2012 struct msg_msg *msg, int msqflg) in security_msg_queue_msgsnd()
2017 int security_msg_queue_msgrcv(struct kern_ipc_perm *msq, struct msg_msg *msg, in security_msg_queue_msgrcv()
2273 int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) in security_socket_sendmsg()
2278 int security_socket_recvmsg(struct socket *sock, struct msghdr *msg, in security_socket_recvmsg()
/security/smack/
Dsmack_lsm.c2984 static int smack_msg_msg_alloc_security(struct msg_msg *msg) in smack_msg_msg_alloc_security()
3282 static int smack_msg_queue_msgsnd(struct kern_ipc_perm *isp, struct msg_msg *msg, in smack_msg_queue_msgsnd()
3302 struct msg_msg *msg, in smack_msg_queue_msgrcv()
3750 static int smack_socket_sendmsg(struct socket *sock, struct msghdr *msg, in smack_socket_sendmsg()
Dsmack.h342 static inline struct smack_known **smack_msg_msg(const struct msg_msg *msg) in smack_msg_msg()
/security/integrity/ima/
Dima_policy.c1201 const char *field, const char *msg) in check_template_field()