MSG_ERRQUEUE 181 drivers/isdn/mISDN/socket.c if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) MSG_ERRQUEUE 2591 drivers/net/tun.c if (flags & ~(MSG_DONTWAIT|MSG_TRUNC|MSG_ERRQUEUE)) { MSG_ERRQUEUE 2595 drivers/net/tun.c if (flags & MSG_ERRQUEUE) { MSG_ERRQUEUE 630 drivers/xen/pvcalls-front.c if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC)) MSG_ERRQUEUE 1690 net/bluetooth/hci_sock.c if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_NOSIGNAL|MSG_ERRQUEUE| MSG_ERRQUEUE 780 net/can/j1939/socket.c if (flags & ~(MSG_DONTWAIT | MSG_ERRQUEUE)) MSG_ERRQUEUE 783 net/can/j1939/socket.c if (flags & MSG_ERRQUEUE) MSG_ERRQUEUE 3091 net/core/sock.c msg->msg_flags |= MSG_ERRQUEUE; MSG_ERRQUEUE 835 net/ipv4/af_inet.c if (likely(!(flags & MSG_ERRQUEUE))) MSG_ERRQUEUE 555 net/ipv4/ip_sockglue.c msg->msg_flags |= MSG_ERRQUEUE; MSG_ERRQUEUE 864 net/ipv4/ping.c if (flags & MSG_ERRQUEUE) MSG_ERRQUEUE 762 net/ipv4/raw.c if (flags & MSG_ERRQUEUE) { MSG_ERRQUEUE 1970 net/ipv4/tcp.c if (unlikely(flags & MSG_ERRQUEUE)) MSG_ERRQUEUE 124 net/ipv4/tcp_bpf.c if (unlikely(flags & MSG_ERRQUEUE)) MSG_ERRQUEUE 1736 net/ipv4/udp.c if (flags & MSG_ERRQUEUE) MSG_ERRQUEUE 589 net/ipv6/af_inet6.c if (likely(!(flags & MSG_ERRQUEUE))) MSG_ERRQUEUE 513 net/ipv6/datagram.c msg->msg_flags |= MSG_ERRQUEUE; MSG_ERRQUEUE 474 net/ipv6/raw.c if (flags & MSG_ERRQUEUE) MSG_ERRQUEUE 280 net/ipv6/udp.c if (flags & MSG_ERRQUEUE) MSG_ERRQUEUE 687 net/l2tp/l2tp_ip6.c if (flags & MSG_ERRQUEUE) MSG_ERRQUEUE 3323 net/packet/af_packet.c if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT|MSG_ERRQUEUE)) MSG_ERRQUEUE 3332 net/packet/af_packet.c if (flags & MSG_ERRQUEUE) { MSG_ERRQUEUE 650 net/rds/recv.c if (msg_flags & MSG_ERRQUEUE) MSG_ERRQUEUE 299 net/smc/smc_rx.c if (unlikely(flags & MSG_ERRQUEUE)) MSG_ERRQUEUE 2657 net/socket.c if (likely(!(flags & MSG_ERRQUEUE))) { MSG_ERRQUEUE 1745 net/tls/tls_sw.c if (unlikely(flags & MSG_ERRQUEUE)) MSG_ERRQUEUE 1757 net/vmw_vsock/vmci_transport.c if (flags & MSG_OOB || flags & MSG_ERRQUEUE) MSG_ERRQUEUE 408 tools/testing/selftests/net/msg_zerocopy.c ret = recvmsg(fd, &msg, MSG_ERRQUEUE); MSG_ERRQUEUE 162 tools/testing/selftests/net/so_txtime.c ret = recvmsg(fdt, &msg, MSG_ERRQUEUE); MSG_ERRQUEUE 167 tools/testing/selftests/net/so_txtime.c if (msg.msg_flags != MSG_ERRQUEUE) MSG_ERRQUEUE 221 tools/testing/selftests/net/udpgso_bench_tx.c ret = recvmsg(fd, &msg, MSG_ERRQUEUE); MSG_ERRQUEUE 226 tools/testing/selftests/net/udpgso_bench_tx.c if (msg.msg_flags != MSG_ERRQUEUE) MSG_ERRQUEUE 149 tools/testing/selftests/networking/timestamping/timestamping.c (recvmsg_flags & MSG_ERRQUEUE) ? "error" : "regular", MSG_ERRQUEUE 286 tools/testing/selftests/networking/timestamping/timestamping.c (recvmsg_flags & MSG_ERRQUEUE) ? "error" : "regular", MSG_ERRQUEUE 494 tools/testing/selftests/networking/timestamping/timestamping.c recvpacket(sock, MSG_ERRQUEUE, MSG_ERRQUEUE 292 tools/testing/selftests/networking/timestamping/txtimestamp.c ret = recvmsg(fd, &msg, MSG_ERRQUEUE);