net: sock: introduce sk_error_report
authorAlexander Aring <aahringo@redhat.com>
Sun, 27 Jun 2021 22:48:21 +0000 (18:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Jun 2021 18:28:21 +0000 (11:28 -0700)
commite3ae2365efc14269170a6326477e669332271ab3
tree336e988ed36c0b1078d5f0aebcfe59e23482fe7d
parent7f4e5c5b8cb00138ad1a10cab87bbd1e2d4d3376
net: sock: introduce sk_error_report

This patch introduces a function wrapper to call the sk_error_report
callback. That will prepare to add additional handling whenever
sk_error_report is called, for example to trace socket errors.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
42 files changed:
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
drivers/vhost/vsock.c
include/linux/skmsg.h
include/net/sock.h
include/net/tls.h
net/caif/caif_socket.c
net/can/bcm.c
net/can/isotp.c
net/can/j1939/socket.c
net/can/raw.c
net/core/skbuff.c
net/core/sock.c
net/dccp/ipv4.c
net/dccp/ipv6.c
net/dccp/proto.c
net/dccp/timer.c
net/ipv4/ping.c
net/ipv4/raw.c
net/ipv4/tcp.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_timer.c
net/ipv4/udp.c
net/ipv6/raw.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c
net/kcm/kcmsock.c
net/mptcp/subflow.c
net/netlink/af_netlink.c
net/nfc/rawsock.c
net/packet/af_packet.c
net/qrtr/qrtr.c
net/sctp/input.c
net/sctp/ipv6.c
net/smc/af_smc.c
net/strparser/strparser.c
net/unix/af_unix.c
net/vmw_vsock/af_vsock.c
net/vmw_vsock/virtio_transport.c
net/vmw_vsock/virtio_transport_common.c
net/vmw_vsock/vmci_transport.c
net/xdp/xsk.c