| /linux/tools/testing/vsock/ |
| H A D | msg_zerocopy_common.c | 56 if (serr->ee_errno) { in vsock_recv_completion() 57 fprintf(stderr, "serr: wrong error code: %u\n", serr->ee_errno); in vsock_recv_completion()
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_zerocopy_basic.pkt | 33 cmsg_data={ee_errno=0, 51 cmsg_data={ee_errno=0,
|
| H A D | tcp_zerocopy_small.pkt | 34 cmsg_data={ee_errno=0, 53 cmsg_data={ee_errno=0,
|
| H A D | tcp_zerocopy_maxfrags.pkt | 67 cmsg_data={ee_errno=0, 114 cmsg_data={ee_errno=0,
|
| H A D | tcp_zerocopy_client.pkt | 26 cmsg_data={ee_errno=0,
|
| H A D | tcp_zerocopy_batch.pkt | 37 cmsg_data={ee_errno=0,
|
| H A D | tcp_zerocopy_fastopen-server.pkt | 38 cmsg_data={ee_errno=0,
|
| H A D | tcp_zerocopy_closed.pkt | 40 cmsg_data={ee_errno=0,
|
| H A D | tcp_zerocopy_epoll_edge.pkt | 58 cmsg_data={ee_errno=0,
|
| H A D | tcp_zerocopy_epoll_exclusive.pkt | 60 cmsg_data={ee_errno=0,
|
| H A D | tcp_zerocopy_epoll_oneshot.pkt | 63 cmsg_data={ee_errno=0,
|
| H A D | tcp_zerocopy_fastopen-client.pkt | 52 cmsg_data={ee_errno=0,
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | msg_zerocopy.rst | 158 错误来源是新的类型 SO_EE_ORIGIN_ZEROCOPY。如前所述,ee_errno 为零,以避免在套接字上 175 if (serr->ee_errno != 0 ||
|
| H A D | timestamping.rst | 377 struct sock_extended_err这定义了错误类型。对于时间戳,ee_errno
|
| /linux/include/uapi/linux/ |
| H A D | errqueue.h | 16 __u32 ee_errno; member
|
| /linux/net/can/j1939/ |
| H A D | socket.c | 1052 serr->ee.ee_errno = ENOMSG; in __j1939_sk_errqueue() 1058 serr->ee.ee_errno = ENOMSG; in __j1939_sk_errqueue() 1064 serr->ee.ee_errno = session->err; in __j1939_sk_errqueue() 1070 serr->ee.ee_errno = ENOMSG; in __j1939_sk_errqueue() 1076 serr->ee.ee_errno = ENOMSG; in __j1939_sk_errqueue() 1082 serr->ee.ee_errno = session->err; in __j1939_sk_errqueue()
|
| /linux/tools/testing/selftests/net/ |
| H A D | so_txtime.c | 197 switch (err->ee_errno) { in do_recv_errqueue_timeout() 212 err->ee_errno, err->ee_code); in do_recv_errqueue_timeout()
|
| H A D | msg_zerocopy.c | 432 if (serr->ee_errno != 0) in do_recv_completion() 433 error(1, 0, "serr: wrong error code: %u", serr->ee_errno); in do_recv_completion()
|
| H A D | txtimestamp.c | 330 if (serr->ee_errno != ENOMSG || in __recv_errmsg_cmsg() 333 serr->ee_errno, in __recv_errmsg_cmsg()
|
| H A D | timestamping.c | 223 strerror(err->ee_errno), in printpacket()
|
| /linux/Documentation/networking/ |
| H A D | msg_zerocopy.rst | 182 Error origin is the new type SO_EE_ORIGIN_ZEROCOPY. ee_errno is zero, 201 if (serr->ee_errno != 0 ||
|
| /linux/net/rxrpc/ |
| H A D | peer_event.c | 190 int err = ee->ee_errno; in rxrpc_store_error()
|
| /linux/net/sched/ |
| H A D | sch_etf.c | 150 serr->ee.ee_errno = err; in report_sock_error()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ncdevmem.c | 1234 if (serr->ee_errno != 0) { in wait_compl() 1235 pr_err("wrong errno %d", serr->ee_errno); in wait_compl()
|
| /linux/net/ipv4/ |
| H A D | ip_sockglue.c | 422 serr->ee.ee_errno = err; in ip_icmp_error() 464 serr->ee.ee_errno = err; in ip_local_error()
|