Searched refs:ee_origin (Results 1 – 15 of 15) sorted by relevance
/linux/net/rxrpc/ |
A D | peer_event.c | 49 switch (serr->ee.ee_origin) { in rxrpc_lookup_peer_icmp_rcu() 71 switch (serr->ee.ee_origin) { in rxrpc_lookup_peer_icmp_rcu() 175 if (!skb->len && serr->ee.ee_origin == SO_EE_ORIGIN_TIMESTAMPING) { in rxrpc_error_report() 194 if ((serr->ee.ee_origin == SO_EE_ORIGIN_ICMP && in rxrpc_error_report() 229 switch (ee->ee_origin) { in rxrpc_store_error() 278 _proto("Rx Received error report { orig=%u }", ee->ee_origin); in rxrpc_store_error()
|
/linux/net/ipv6/ |
A D | datagram.c | 317 serr->ee.ee_origin = SO_EE_ORIGIN_ICMP6; in ipv6_icmp_error() 362 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in ipv6_local_error() 418 return serr->ee.ee_origin == SO_EE_ORIGIN_ICMP6 || in ipv6_datagram_support_addr() 419 serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ipv6_datagram_support_addr() 420 serr->ee.ee_origin == SO_EE_ORIGIN_LOCAL || serr->port; in ipv6_datagram_support_addr() 432 if (serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ip6_datagram_support_cmsg() 433 serr->ee.ee_origin == SO_EE_ORIGIN_ICMP6) in ip6_datagram_support_cmsg() 436 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/ipv4/ |
A D | ip_sockglue.c | 416 serr->ee.ee_origin = SO_EE_ORIGIN_ICMP; in ip_icmp_error() 458 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in ip_local_error() 479 return serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ipv4_datagram_support_addr() 480 serr->ee.ee_origin == SO_EE_ORIGIN_LOCAL || serr->port; in ipv4_datagram_support_addr() 490 int ee_origin) in ipv4_datagram_support_cmsg() argument 494 if (ee_origin == SO_EE_ORIGIN_ICMP) in ipv4_datagram_support_cmsg() 497 if (ee_origin == SO_EE_ORIGIN_LOCAL) in ipv4_datagram_support_cmsg() 560 if (ipv4_datagram_support_cmsg(sk, skb, serr->ee.ee_origin)) { in ip_recv_error()
|
/linux/net/can/j1939/ |
A D | socket.c | 1017 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __j1939_sk_errqueue() 1023 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __j1939_sk_errqueue() 1029 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in __j1939_sk_errqueue() 1035 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in __j1939_sk_errqueue() 1041 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in __j1939_sk_errqueue() 1047 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in __j1939_sk_errqueue()
|
/linux/tools/testing/selftests/net/ |
A D | udpgso_bench_tx.c | 165 switch (err->ee_origin) { in flush_cmsg() 189 err->ee_origin); in flush_cmsg() 193 err->ee_origin); in flush_cmsg()
|
A D | so_txtime.c | 191 if (err->ee_origin != SO_EE_ORIGIN_TXTIME) in do_recv_errqueue_timeout() 192 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 | 426 if (serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY) in do_recv_completion() 427 error(1, 0, "serr: wrong origin: %u", serr->ee_origin); in do_recv_completion()
|
A D | txtimestamp.c | 329 serr->ee_origin != SO_EE_ORIGIN_TIMESTAMPING) { in __recv_errmsg_cmsg() 332 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 | 1298 serr->ee.ee_origin = SO_EE_ORIGIN_ZEROCOPY; in __msg_zerocopy_callback() 1307 if (!tail || SKB_EXT_ERR(tail)->ee.ee_origin != SO_EE_ORIGIN_ZEROCOPY || in __msg_zerocopy_callback() 4769 return skb && (SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ICMP || in is_icmp_err_skb() 4770 SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ICMP6); in is_icmp_err_skb() 4846 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __skb_complete_tx_timestamp() 4971 serr->ee.ee_origin = SO_EE_ORIGIN_TXSTATUS; in skb_complete_wifi_ack()
|
/linux/Documentation/networking/ |
A D | msg_zerocopy.rst | 199 serr->ee_origin != SO_EE_ORIGIN_ZEROCOPY)
|
/linux/drivers/net/arcnet/ |
A D | arcnet.c | 459 serr->ee.ee_origin = SO_EE_ORIGIN_TXSTATUS; in arcnet_reply_tasklet()
|
/linux/include/trace/events/ |
A D | rxrpc.h | 1448 __entry->ee.ee_origin,
|
Completed in 39 milliseconds