| /linux/net/rxrpc/ |
| 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() 142 if (!skb->len && serr->ee.ee_origin == SO_EE_ORIGIN_TIMESTAMPING) { in rxrpc_input_error() 157 if ((serr->ee.ee_origin == SO_EE_ORIGIN_ICMP && in rxrpc_input_error() 181 switch (ee->ee_origin) { in rxrpc_store_error()
|
| /linux/tools/testing/vsock/ |
| A D | msg_zerocopy_common.c | 61 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) { in vsock_recv_completion() 62 fprintf(stderr, "serr: wrong origin: %u\n", serr->ee_origin); in vsock_recv_completion()
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| A D | tcp_zerocopy_basic.pkt | 32 ee_origin=SO_EE_ORIGIN_ZEROCOPY, 50 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| A D | tcp_zerocopy_small.pkt | 33 ee_origin=SO_EE_ORIGIN_ZEROCOPY, 52 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| A D | tcp_zerocopy_maxfrags.pkt | 66 ee_origin=SO_EE_ORIGIN_ZEROCOPY, 113 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| A D | tcp_zerocopy_client.pkt | 25 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| A D | tcp_zerocopy_batch.pkt | 36 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| A D | tcp_zerocopy_fastopen-server.pkt | 37 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| A D | tcp_zerocopy_closed.pkt | 39 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| A D | tcp_zerocopy_epoll_edge.pkt | 56 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| A D | tcp_zerocopy_epoll_exclusive.pkt | 58 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| A D | tcp_zerocopy_epoll_oneshot.pkt | 61 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| A D | tcp_zerocopy_fastopen-client.pkt | 51 ee_origin=SO_EE_ORIGIN_ZEROCOPY,
|
| /linux/net/ipv6/ |
| A D | datagram.c | 323 serr->ee.ee_origin = SO_EE_ORIGIN_ICMP6; in ipv6_icmp_error() 368 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in ipv6_local_error() 424 return serr->ee.ee_origin == SO_EE_ORIGIN_ICMP6 || in ipv6_datagram_support_addr() 425 serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ipv6_datagram_support_addr() 426 serr->ee.ee_origin == SO_EE_ORIGIN_LOCAL || serr->port; in ipv6_datagram_support_addr() 438 if (serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ip6_datagram_support_cmsg() 439 serr->ee.ee_origin == SO_EE_ORIGIN_ICMP6) in ip6_datagram_support_cmsg() 442 if (serr->ee.ee_origin == SO_EE_ORIGIN_LOCAL) in ip6_datagram_support_cmsg()
|
| /linux/include/uapi/linux/ |
| A D | errqueue.h | 17 __u8 ee_origin; member
|
| /linux/net/can/j1939/ |
| A D | socket.c | 1036 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __j1939_sk_errqueue() 1042 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __j1939_sk_errqueue() 1048 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in __j1939_sk_errqueue() 1054 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in __j1939_sk_errqueue() 1060 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in __j1939_sk_errqueue() 1066 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in __j1939_sk_errqueue()
|
| /linux/net/ipv4/ |
| A D | ip_sockglue.c | 423 serr->ee.ee_origin = SO_EE_ORIGIN_ICMP; in ip_icmp_error() 465 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in ip_local_error() 486 return serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ipv4_datagram_support_addr() 487 serr->ee.ee_origin == SO_EE_ORIGIN_LOCAL || serr->port; in ipv4_datagram_support_addr() 497 int ee_origin) in ipv4_datagram_support_cmsg() argument 501 if (ee_origin == SO_EE_ORIGIN_ICMP) in ipv4_datagram_support_cmsg() 504 if (ee_origin == SO_EE_ORIGIN_LOCAL) in ipv4_datagram_support_cmsg() 567 if (ipv4_datagram_support_cmsg(sk, skb, serr->ee.ee_origin)) { in ip_recv_error()
|
| /linux/tools/testing/selftests/net/ |
| 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()
|
| 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()
|
| A D | timestamping.c | 224 err->ee_origin, in printpacket() 226 err->ee_origin == SO_EE_ORIGIN_TIMESTAMPING ? in printpacket()
|
| A D | msg_zerocopy.c | 429 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) in do_recv_completion() 430 error(1, 0, "serr: wrong origin: %u", serr->ee_origin); in do_recv_completion()
|
| A D | txtimestamp.c | 330 serr->ee_origin != SO_EE_ORIGIN_TIMESTAMPING) { in __recv_errmsg_cmsg() 333 serr->ee_origin); in __recv_errmsg_cmsg()
|
| /linux/net/sched/ |
| A D | sch_etf.c | 151 serr->ee.ee_origin = SO_EE_ORIGIN_TXTIME; in report_sock_error()
|
| /linux/net/core/ |
| A D | skbuff.c | 1831 serr->ee.ee_origin = SO_EE_ORIGIN_ZEROCOPY; in __msg_zerocopy_callback() 1840 if (!tail || SKB_EXT_ERR(tail)->ee.ee_origin != SO_EE_ORIGIN_ZEROCOPY || in __msg_zerocopy_callback() 3985 if (SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ZEROCOPY || in skb_errqueue_purge() 3986 SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_TIMESTAMPING) in skb_errqueue_purge() 5409 return skb && (SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ICMP || in is_icmp_err_skb() 5410 SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ICMP6); in is_icmp_err_skb() 5489 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __skb_complete_tx_timestamp() 5620 serr->ee.ee_origin = SO_EE_ORIGIN_TXSTATUS; in skb_complete_wifi_ack()
|
| /linux/Documentation/networking/ |
| A D | msg_zerocopy.rst | 202 serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY)
|