/openbmc/linux/tools/testing/selftests/net/ |
H A D | timestamping.c | 168 (recvmsg_flags & MSG_ERRQUEUE) ? "error" : "regular", in printpacket() 304 (recvmsg_flags & MSG_ERRQUEUE) ? "error" : "regular", in recvpacket() 536 recvpacket(sock, MSG_ERRQUEUE, in main()
|
H A D | so_txtime.c | 176 ret = recvmsg(fdt, &msg, MSG_ERRQUEUE); in do_recv_errqueue_timeout() 181 if (msg.msg_flags != MSG_ERRQUEUE) in do_recv_errqueue_timeout()
|
H A D | udpgso_bench_tx.c | 222 ret = recvmsg(fd, &msg, MSG_ERRQUEUE); in flush_errqueue_recv() 227 if (msg.msg_flags != MSG_ERRQUEUE) in flush_errqueue_recv()
|
H A D | cmsg_sender.c | 346 err = recvmsg(fd, msg, MSG_ERRQUEUE); in cs_read_cmsg()
|
H A D | txtimestamp.c | 387 ret = recvmsg(fd, &msg, MSG_ERRQUEUE); in recv_errmsg()
|
H A D | msg_zerocopy.c | 410 ret = recvmsg(fd, &msg, MSG_ERRQUEUE); in do_recv_completion()
|
/openbmc/linux/net/ipv4/ |
H A D | udp_bpf.c | 68 if (unlikely(flags & MSG_ERRQUEUE)) in udp_bpf_recvmsg()
|
H A D | tcp_bpf.c | 230 if (unlikely(flags & MSG_ERRQUEUE)) in tcp_bpf_recvmsg_parser() 337 if (unlikely(flags & MSG_ERRQUEUE)) in tcp_bpf_recvmsg()
|
H A D | raw.c | 743 if (flags & MSG_ERRQUEUE) { in raw_recvmsg()
|
H A D | ping.c | 865 if (flags & MSG_ERRQUEUE) in ping_recvmsg()
|
/openbmc/linux/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 317 #define MSG_ERRQUEUE 0x2000 /* Fetch message from error queue */ macro
|
/openbmc/linux/include/linux/ |
H A D | socket.h | 317 #define MSG_ERRQUEUE 0x2000 /* Fetch message from error queue */ macro
|
/openbmc/linux/net/smc/ |
H A D | smc_rx.c | 360 if (unlikely(flags & MSG_ERRQUEUE)) in smc_rx_recvmsg()
|
/openbmc/linux/net/can/j1939/ |
H A D | socket.c | 815 if (flags & ~(MSG_DONTWAIT | MSG_ERRQUEUE | MSG_CMSG_COMPAT)) in j1939_sk_recvmsg() 818 if (flags & MSG_ERRQUEUE) in j1939_sk_recvmsg()
|
/openbmc/linux/Documentation/networking/ |
H A D | msg_zerocopy.rst | 132 ret = recvmsg(fd, &msg, MSG_ERRQUEUE);
|
H A D | timestamping.rst | 419 2.1.1 Transmit timestamps with MSG_ERRQUEUE 424 receives the timestamps by calling recvmsg() with flag MSG_ERRQUEUE
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_ip6.c | 669 if (flags & MSG_ERRQUEUE) in l2tp_ip6_recvmsg()
|
/openbmc/linux/net/rds/ |
H A D | recv.c | 656 if (msg_flags & MSG_ERRQUEUE) in rds_recvmsg()
|
/openbmc/qemu/io/ |
H A D | channel-socket.c | 750 received = recvmsg(sioc->fd, &msg, MSG_ERRQUEUE); in qio_channel_socket_flush()
|
/openbmc/linux/net/can/ |
H A D | raw.c | 914 if (flags & MSG_ERRQUEUE) in raw_recvmsg()
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | socket.c | 181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
|
/openbmc/linux/net/ipv6/ |
H A D | datagram.c | 536 msg->msg_flags |= MSG_ERRQUEUE; in ipv6_recv_error()
|
H A D | af_inet6.c | 673 if (likely(!(flags & MSG_ERRQUEUE))) in inet6_recvmsg()
|
H A D | raw.c | 438 if (flags & MSG_ERRQUEUE) in rawv6_recvmsg()
|
/openbmc/linux/drivers/xen/ |
H A D | pvcalls-front.c | 640 if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC)) in pvcalls_front_recvmsg()
|