Searched refs:MSG_ERRQUEUE (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/tools/testing/vsock/
H A Dmsg_zerocopy_common.c38 res = recvmsg(fd, &msg, MSG_ERRQUEUE);
H A Dvsock_test_zerocopy.c335 res = recvmsg(fd, &msg, MSG_ERRQUEUE);
/linux-master/net/ipv4/
H A Dudp_bpf.c68 if (unlikely(flags & MSG_ERRQUEUE))
H A Dtcp_bpf.c230 if (unlikely(flags & MSG_ERRQUEUE))
337 if (unlikely(flags & MSG_ERRQUEUE))
H A Draw.c748 if (flags & MSG_ERRQUEUE) {
H A Dping.c865 if (flags & MSG_ERRQUEUE)
/linux-master/tools/testing/selftests/net/
H A Dtimestamping.c168 (recvmsg_flags & MSG_ERRQUEUE) ? "error" : "regular",
304 (recvmsg_flags & MSG_ERRQUEUE) ? "error" : "regular",
536 recvpacket(sock, MSG_ERRQUEUE,
H A Dso_txtime.c179 ret = recvmsg(fdt, &msg, MSG_ERRQUEUE);
184 if (msg.msg_flags != MSG_ERRQUEUE)
H A Dudpgso_bench_tx.c222 ret = recvmsg(fd, &msg, MSG_ERRQUEUE);
227 if (msg.msg_flags != MSG_ERRQUEUE)
H A Dmsg_zerocopy.c407 ret = recvmsg(fd, &msg, MSG_ERRQUEUE);
H A Dcmsg_sender.c354 err = recvmsg(fd, msg, MSG_ERRQUEUE);
H A Dtxtimestamp.c388 ret = recvmsg(fd, &msg, MSG_ERRQUEUE);
/linux-master/include/linux/
H A Dsocket.h317 #define MSG_ERRQUEUE 0x2000 /* Fetch message from error queue */ macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h317 #define MSG_ERRQUEUE 0x2000 /* Fetch message from error queue */ macro
/linux-master/net/smc/
H A Dsmc_rx.c360 if (unlikely(flags & MSG_ERRQUEUE))
/linux-master/net/l2tp/
H A Dl2tp_ip6.c669 if (flags & MSG_ERRQUEUE)
/linux-master/net/can/j1939/
H A Dsocket.c815 if (flags & ~(MSG_DONTWAIT | MSG_ERRQUEUE | MSG_CMSG_COMPAT))
818 if (flags & MSG_ERRQUEUE)
/linux-master/net/ipv6/
H A Ddatagram.c452 * Handle MSG_ERRQUEUE
535 msg->msg_flags |= MSG_ERRQUEUE;
H A Daf_inet6.c675 if (likely(!(flags & MSG_ERRQUEUE)))
H A Draw.c445 if (flags & MSG_ERRQUEUE)
/linux-master/net/rds/
H A Drecv.c656 if (msg_flags & MSG_ERRQUEUE)
/linux-master/net/can/
H A Draw.c995 if (flags & MSG_ERRQUEUE)
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE))
/linux-master/drivers/xen/
H A Dpvcalls-front.c640 if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC))
/linux-master/net/vmw_vsock/
H A Dvmci_transport.c1743 if (flags & MSG_OOB || flags & MSG_ERRQUEUE)

Completed in 250 milliseconds

12