Home
last modified time | relevance | path

Searched refs:ee_errno (Results 1 – 25 of 30) sorted by relevance

12

/linux/tools/testing/vsock/
H A Dmsg_zerocopy_common.c56 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 Dtcp_zerocopy_basic.pkt33 cmsg_data={ee_errno=0,
51 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_small.pkt34 cmsg_data={ee_errno=0,
53 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_maxfrags.pkt67 cmsg_data={ee_errno=0,
114 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_client.pkt26 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_batch.pkt37 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_fastopen-server.pkt38 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_closed.pkt40 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_epoll_edge.pkt58 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_epoll_exclusive.pkt60 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_epoll_oneshot.pkt63 cmsg_data={ee_errno=0,
H A Dtcp_zerocopy_fastopen-client.pkt52 cmsg_data={ee_errno=0,
/linux/Documentation/translations/zh_CN/networking/
H A Dmsg_zerocopy.rst158 错误来源是新的类型 SO_EE_ORIGIN_ZEROCOPY。如前所述,ee_errno 为零,以避免在套接字上
175 if (serr->ee_errno != 0 ||
H A Dtimestamping.rst377 struct sock_extended_err这定义了错误类型。对于时间戳,ee_errno
/linux/include/uapi/linux/
H A Derrqueue.h16 __u32 ee_errno; member
/linux/net/can/j1939/
H A Dsocket.c1052 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 Dso_txtime.c197 switch (err->ee_errno) { in do_recv_errqueue_timeout()
212 err->ee_errno, err->ee_code); in do_recv_errqueue_timeout()
H A Dmsg_zerocopy.c432 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 Dtxtimestamp.c330 if (serr->ee_errno != ENOMSG || in __recv_errmsg_cmsg()
333 serr->ee_errno, in __recv_errmsg_cmsg()
H A Dtimestamping.c223 strerror(err->ee_errno), in printpacket()
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst182 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 Dpeer_event.c190 int err = ee->ee_errno; in rxrpc_store_error()
/linux/net/sched/
H A Dsch_etf.c150 serr->ee.ee_errno = err; in report_sock_error()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c1234 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 Dip_sockglue.c422 serr->ee.ee_errno = err; in ip_icmp_error()
464 serr->ee.ee_errno = err; in ip_local_error()

12