/linux/tools/testing/vsock/ |
H A D | msg_zerocopy_common.c | 68 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 D | tcp_zerocopy_basic.pkt | 34 ee_code=SO_EE_CODE_ZEROCOPY_COPIED, 52 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
H A D | tcp_zerocopy_small.pkt | 35 ee_code=SO_EE_CODE_ZEROCOPY_COPIED, 54 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
H A D | tcp_zerocopy_maxfrags.pkt | 68 ee_code=SO_EE_CODE_ZEROCOPY_COPIED, 115 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
H A D | tcp_zerocopy_client.pkt | 27 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
H A D | tcp_zerocopy_batch.pkt | 38 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
H A D | tcp_zerocopy_fastopen-server.pkt | 39 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
H A D | tcp_zerocopy_closed.pkt | 41 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
H A D | tcp_zerocopy_epoll_edge.pkt | 58 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
H A D | tcp_zerocopy_epoll_exclusive.pkt | 60 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
H A D | tcp_zerocopy_epoll_oneshot.pkt | 63 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
H A D | tcp_zerocopy_fastopen-client.pkt | 53 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
|
/linux/tools/testing/selftests/net/ |
H A D | so_txtime.c | 199 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 D | udpgso_bench_tx.c | 176 err->ee_type, err->ee_code); in flush_cmsg()
|
H A D | msg_zerocopy.c | 447 zerocopy = !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED); in do_recv_completion()
|
/linux/Documentation/translations/zh_CN/networking/ |
H A D | msg_zerocopy.rst | 161 32 位通知范围编码为 [ee_info, ee_data]。这个范围是包含边界值的。除了下面讨论的 ee_code 195 生成本,但却没有带来任何好处。因此,内核会在返回时通过在 ee_code 字段中设置标志
|
/linux/include/uapi/linux/ |
H A D | errqueue.h | 19 __u8 ee_code; member
|
/linux/net/rxrpc/ |
H A D | peer_event.c | 165 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 D | msg_zerocopy.rst | 188 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 D | sch_etf.c | 153 serr->ee.ee_code = code; in report_sock_error()
|
/linux/net/ipv6/ |
H A D | datagram.c | 325 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 D | rxrpc.h | 2185 __entry->ee.ee_code,
|
/linux/net/core/ |
H A D | skbuff.c | 1798 serr->ee.ee_code |= SO_EE_CODE_ZEROCOPY_COPIED; in __msg_zerocopy_callback()
|