| /linux/net/rxrpc/ |
| H A D | peer_event.c | 49 switch (serr->ee.ee_origin) { in rxrpc_lookup_peer_local_rcu() 69 switch (serr->ee.ee_origin) { in rxrpc_lookup_peer_local_rcu() 148 if (!skb->len && serr->ee.ee_origin == SO_EE_ORIGIN_TIMESTAMPING) { in rxrpc_input_error() 163 if ((serr->ee.ee_origin == SO_EE_ORIGIN_ICMP && in rxrpc_input_error() 170 if ((serr->ee.ee_origin == SO_EE_ORIGIN_ICMP6 && in rxrpc_input_error() 194 switch (ee->ee_origin) { in rxrpc_store_error()
|
| /linux/tools/testing/vsock/ |
| H A D | msg_zerocopy_common.c | 51 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) { in vsock_recv_completion() 52 fprintf(stderr, "serr: wrong origin: %u\n", serr->ee_origin); in vsock_recv_completion()
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_zerocopy_basic.pkt | 34 ee_origin=SO_EE_ORIGIN_ZEROCOPY, 52 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| H A D | tcp_zerocopy_small.pkt | 35 ee_origin=SO_EE_ORIGIN_ZEROCOPY, 54 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| H A D | tcp_zerocopy_maxfrags.pkt | 68 ee_origin=SO_EE_ORIGIN_ZEROCOPY, 115 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| H A D | tcp_zerocopy_client.pkt | 27 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| H A D | tcp_zerocopy_batch.pkt | 38 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| H A D | tcp_zerocopy_fastopen-server.pkt | 39 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| H A D | tcp_zerocopy_closed.pkt | 41 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| H A D | tcp_zerocopy_epoll_edge.pkt | 59 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| H A D | tcp_zerocopy_epoll_exclusive.pkt | 61 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| H A D | tcp_zerocopy_epoll_oneshot.pkt | 64 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| H A D | tcp_zerocopy_fastopen-client.pkt | 53 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| /linux/net/ipv6/ |
| H A D | datagram.c | 324 serr->ee.ee_origin = SO_EE_ORIGIN_ICMP6; in ipv6_icmp_error() 369 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in ipv6_local_error() 425 return serr->ee.ee_origin == SO_EE_ORIGIN_ICMP6 || in ipv6_datagram_support_addr() 426 serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ipv6_datagram_support_addr() 427 serr->ee.ee_origin == SO_EE_ORIGIN_LOCAL || serr->port; in ipv6_datagram_support_addr() 439 if (serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ip6_datagram_support_cmsg() 440 serr->ee.ee_origin == SO_EE_ORIGIN_ICMP6) in ip6_datagram_support_cmsg() 443 if (serr->ee.ee_origin == SO_EE_ORIGIN_LOCAL) in ip6_datagram_support_cmsg()
|
| /linux/include/uapi/linux/ |
| H A D | errqueue.h | 17 __u8 ee_origin; member
|
| /linux/tools/testing/selftests/net/ |
| H A D | udpgso_bench_tx.c | 166 switch (err->ee_origin) { in flush_cmsg() 190 err->ee_origin); in flush_cmsg() 194 err->ee_origin); in flush_cmsg()
|
| H A D | so_txtime.c | 194 if (err->ee_origin != SO_EE_ORIGIN_TXTIME) in do_recv_errqueue_timeout() 195 error(1, 0, "errqueue: origin 0x%x\n", err->ee_origin); in do_recv_errqueue_timeout()
|
| H A D | timestamping.c | 224 err->ee_origin, in printpacket() 226 err->ee_origin == SO_EE_ORIGIN_TIMESTAMPING ? in printpacket()
|
| H A D | msg_zerocopy.c | 430 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) in do_recv_completion() 431 error(1, 0, "serr: wrong origin: %u", serr->ee_origin); in do_recv_completion()
|
| H A D | txtimestamp.c | 331 serr->ee_origin != SO_EE_ORIGIN_TIMESTAMPING) { in __recv_errmsg_cmsg() 334 serr->ee_origin); in __recv_errmsg_cmsg()
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | msg_zerocopy.rst | 176 serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY)
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | net_timestamping.c | 92 ASSERT_EQ(serr->ee_origin, SO_EE_ORIGIN_TIMESTAMPING, in test_recv_errmsg_cmsg()
|
| /linux/net/sched/ |
| H A D | sch_etf.c | 151 serr->ee.ee_origin = SO_EE_ORIGIN_TXTIME; in report_sock_error()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ncdevmem.c | 1230 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) { in wait_compl() 1231 pr_err("wrong origin %u", serr->ee_origin); in wait_compl()
|
| /linux/net/core/ |
| H A D | skbuff.c | 1852 serr->ee.ee_origin = SO_EE_ORIGIN_ZEROCOPY; in __msg_zerocopy_callback() 1861 if (!tail || SKB_EXT_ERR(tail)->ee.ee_origin != SO_EE_ORIGIN_ZEROCOPY || in __msg_zerocopy_callback() 4058 if (SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ZEROCOPY || in skb_errqueue_purge() 4059 SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_TIMESTAMPING) in skb_errqueue_purge() 5496 return skb && (SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ICMP || in is_icmp_err_skb() 5497 SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ICMP6); in is_icmp_err_skb() 5576 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __skb_complete_tx_timestamp() 5775 serr->ee.ee_origin = SO_EE_ORIGIN_TXSTATUS; in skb_complete_wifi_ack()
|