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.pkt36 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
54 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_small.pkt37 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
56 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_maxfrags.pkt70 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
117 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_client.pkt29 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_batch.pkt40 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_fastopen-server.pkt41 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_closed.pkt43 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_epoll_edge.pkt61 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_epoll_exclusive.pkt63 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_epoll_oneshot.pkt66 ee_code=SO_EE_CODE_ZEROCOPY_COPIED,
H A Dtcp_zerocopy_fastopen-client.pkt55 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/ipv4/
H A Dip_sockglue.c425 serr->ee.ee_code = icmp_hdr(skb)->code; in ip_icmp_error()
467 serr->ee.ee_code = 0; in ip_local_error()
/linux/include/trace/events/
H A Drxrpc.h2189 __entry->ee.ee_code,
/linux/net/core/
H A Dskbuff.c1869 serr->ee.ee_code |= SO_EE_CODE_ZEROCOPY_COPIED; in __msg_zerocopy_callback()