MSG_CMSG_COMPAT  1562 net/appletalk/ddp.c 	if (flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT  1438 net/ax25/af_ax25.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT   346 net/bluetooth/hci_sock.c 		if (msg->msg_flags & MSG_CMSG_COMPAT) {
MSG_CMSG_COMPAT   733 net/compat.c   	return sys_sendmsg(fd, (struct msghdr __user *)msg, flags | MSG_CMSG_COMPAT);
MSG_CMSG_COMPAT   738 net/compat.c   	return sys_recvmsg(fd, (struct msghdr __user *)msg, flags | MSG_CMSG_COMPAT);
MSG_CMSG_COMPAT   178 net/core/scm.c 	if (MSG_CMSG_COMPAT & msg->msg_flags)
MSG_CMSG_COMPAT   219 net/core/scm.c 	if (MSG_CMSG_COMPAT & msg->msg_flags) {
MSG_CMSG_COMPAT  1706 net/decnet/af_decnet.c 	if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) {
MSG_CMSG_COMPAT  1930 net/decnet/af_decnet.c 	if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT   290 net/econet/af_econet.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT  1705 net/ipx/af_ipx.c 	if (flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT  1262 net/irda/af_irda.c 	if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_EOR | MSG_CMSG_COMPAT |
MSG_CMSG_COMPAT  1513 net/irda/af_irda.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT  1584 net/irda/af_irda.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT  3563 net/key/af_key.c 	if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT  1040 net/netrom/af_netrom.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT  1107 net/packet/af_packet.c 	if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT  1075 net/rose/af_rose.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_CMSG_COMPAT))
MSG_CMSG_COMPAT    56 net/rxrpc/ar-output.c 			if (msg->msg_flags & MSG_CMSG_COMPAT) {
MSG_CMSG_COMPAT    63 net/rxrpc/ar-recvmsg.c 	ullen = msg->msg_flags & MSG_CMSG_COMPAT ? 4 : sizeof(unsigned long);
MSG_CMSG_COMPAT  1875 net/socket.c   #define COMPAT_MSG(msg, member)	((MSG_CMSG_COMPAT & flags) ? &msg##_compat->member : &msg->member)
MSG_CMSG_COMPAT  1899 net/socket.c   	if (MSG_CMSG_COMPAT & flags) {
MSG_CMSG_COMPAT  1925 net/socket.c   	if (MSG_CMSG_COMPAT & flags) {
MSG_CMSG_COMPAT  1942 net/socket.c   	if ((MSG_CMSG_COMPAT & flags) && ctl_len) {
MSG_CMSG_COMPAT  2009 net/socket.c   	if (MSG_CMSG_COMPAT & flags) {
MSG_CMSG_COMPAT  2040 net/socket.c   	if (MSG_CMSG_COMPAT & flags) {
MSG_CMSG_COMPAT  2053 net/socket.c   	msg_sys.msg_flags = flags & (MSG_CMSG_CLOEXEC|MSG_CMSG_COMPAT);
MSG_CMSG_COMPAT  2069 net/socket.c   	err = __put_user((msg_sys.msg_flags & ~MSG_CMSG_COMPAT),
MSG_CMSG_COMPAT  2073 net/socket.c   	if (MSG_CMSG_COMPAT & flags)
MSG_CMSG_COMPAT   994 net/x25/af_x25.c 	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT))