Home
last modified time | relevance | path

Searched refs:ee_code (Results 1 – 23 of 23) sorted by relevance

/linux/tools/testing/vsock/
H A Dmsg_zerocopy_common.c68 if (*zerocopied && (serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED)) { in vsock_recv_completion()
73 if (!*zerocopied && !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED)) { in vsock_recv_completion()
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_basic.pkt34 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
52 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_small.pkt35 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
54 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_maxfrags.pkt68 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
115 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_client.pkt27 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_batch.pkt38 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_fastopen-server.pkt39 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_closed.pkt41 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_epoll_edge.pkt58 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_epoll_exclusive.pkt60 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_epoll_oneshot.pkt63 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_fastopen-client.pkt53 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
/linux/tools/testing/selftests/net/
H A Dso_txtime.c199 if (err->ee_code != SO_EE_CODE_TXTIME_MISSED) in do_recv_errqueue_timeout()
201 err->ee_code); in do_recv_errqueue_timeout()
205 if (err->ee_code != SO_EE_CODE_TXTIME_INVALID_PARAM) in do_recv_errqueue_timeout()
207 err->ee_code); in do_recv_errqueue_timeout()
212 err->ee_errno, err->ee_code); in do_recv_errqueue_timeout()
H A Dudpgso_bench_tx.c176 err->ee_type, err->ee_code); in flush_cmsg()
H A Dmsg_zerocopy.c447 zerocopy = !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED); in do_recv_completion()
/linux/Documentation/translations/zh_CN/networking/
H A Dmsg_zerocopy.rst161 32 位通知范围编码为 [ee_info, ee_data]。这个范围是包含边界值的。除了下面讨论的 ee_code
195 生成本,但却没有带来任何好处。因此,内核会在返回时通过在 ee_code 字段中设置标志
/linux/include/uapi/linux/
H A Derrqueue.h19 __u8 ee_code; member
/linux/net/rxrpc/
H A Dpeer_event.c165 serr->ee.ee_code == ICMP_FRAG_NEEDED)) { in rxrpc_input_error()
172 serr->ee.ee_code == 0)) { in rxrpc_input_error()
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst188 undefined, bar for ee_code, as discussed below.
230 setting flag SO_EE_CODE_ZEROCOPY_COPIED in field ee_code on return.
/linux/net/sched/
H A Dsch_etf.c153 serr->ee.ee_code = code; in report_sock_error()
/linux/net/ipv6/
H A Ddatagram.c325 serr->ee.ee_code = icmph->icmp6_code; in ipv6_icmp_error()
370 serr->ee.ee_code = 0; in ipv6_local_error()
/linux/include/trace/events/
H A Drxrpc.h2185 __entry->ee.ee_code,
/linux/net/core/
H A Dskbuff.c1798 serr->ee.ee_code |= SO_EE_CODE_ZEROCOPY_COPIED; in __msg_zerocopy_callback()