Home
last modified time | relevance | path

Searched refs:sk_error_report (Results 1 – 25 of 54) sorted by relevance

123

/linux/drivers/infiniband/hw/erdma/
H A Derdma_cm.h70 void (*sk_error_report)(struct sock *sk); member
116 void (*sk_error_report)(struct sock *sk); member
H A Derdma_cm.c31 sk->sk_error_report = erdma_cm_llp_error_report; in erdma_sk_assign_cm_upcalls()
42 cep->sk_error_report = sk->sk_error_report; in erdma_sk_save_upcalls()
50 sk->sk_error_report = cep->sk_error_report; in erdma_sk_restore_upcalls()
666 new_cep->sk_error_report = cep->sk_error_report; in erdma_accept_newconn()
950 cep->sk_error_report(sk); in erdma_cm_llp_error_report()
/linux/net/can/
H A Disotp.c204 sk_error_report(sk); in isotp_rx_timer_handler()
378 sk_error_report(sk); in isotp_rcv_fc()
433 sk_error_report(sk); in isotp_rcv_fc()
461 sk_error_report(sk); in isotp_rcv_sf()
586 sk_error_report(sk); in isotp_rcv_cf()
610 sk_error_report(sk); in isotp_rcv_cf()
912 sk_error_report(sk); in isotp_tx_timer_handler()
1349 sk_error_report(sk); in isotp_bind()
1571 sk_error_report(sk); in isotp_notify()
1577 sk_error_report(sk); in isotp_notify()
H A Draw.c328 sk_error_report(sk); in raw_notify()
334 sk_error_report(sk); in raw_notify()
527 sk_error_report(sk); in raw_bind()
H A Dbcm.c1489 sk_error_report(sk); in bcm_notify()
1497 sk_error_report(sk); in bcm_notify()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c50 cep->sk_error_report = sk->sk_error_report; in siw_sk_assign_cm_upcalls()
55 sk->sk_error_report = siw_cm_llp_error_report; in siw_sk_assign_cm_upcalls()
64 sk->sk_error_report = cep->sk_error_report; in siw_sk_restore_upcalls()
949 new_cep->sk_error_report = cep->sk_error_report; in siw_accept_newconn()
1281 cep->sk_error_report(sk); in siw_cm_llp_error_report()
H A Dsiw_cm.h65 void (*sk_error_report)(struct sock *sk); member
/linux/fs/dlm/
H A Dlowcomms.c172 void (*sk_error_report)(struct sock *); member
626 listen_sock.sk_error_report(sk); in lowcomms_error_report()
639 sk->sk_error_report = listen_sock.sk_error_report; in restore_callbacks()
657 sk->sk_error_report = lowcomms_error_report; in add_sock()
1780 listen_sock.sk_error_report = sock->sk->sk_error_report; in dlm_listen_for_all()
/linux/net/dccp/
H A Dtimer.c23 sk_error_report(sk); in dccp_write_err()
H A Dipv4.c339 sk_error_report(sk); in dccp_v4_err()
366 sk_error_report(sk); in dccp_v4_err()
H A Dipv6.c176 sk_error_report(sk); in dccp_v6_err()
186 sk_error_report(sk); in dccp_v6_err()
/linux/net/nfc/
H A Drawsock.c53 sk_error_report(sk); in rawsock_report_error()
/linux/net/strparser/
H A Dstrparser.c53 sk_error_report(sk); in strp_abort_strp()
/linux/net/rxrpc/
H A Dlocal_object.c201 usk->sk_error_report = rxrpc_error_report; in rxrpc_open_socket()
/linux/net/ipv4/
H A Draw.c268 sk_error_report(sk); in raw_err()
920 sk_error_report(sk); in raw_abort()
/linux/net/can/j1939/
H A Dsocket.c1114 sk_error_report(sk); in j1939_sk_send_loop_abort()
1294 sk_error_report(&jsk->sk); in j1939_sk_netdev_event_netdown()
/linux/include/linux/
H A Dskmsg.h386 sk_error_report(sk); in sk_psock_report_error()
/linux/net/netlink/
H A Daf_netlink.c356 sk_error_report(sk); in netlink_overrun()
1597 sk_error_report(sk); in do_one_set_err()
1986 sk_error_report(sk); in netlink_recvmsg()
2521 sk_error_report(NETLINK_CB(in_skb).sk); in netlink_ack()
/linux/net/tls/
H A Dtls_strp.c27 sk_error_report(strp->sk); in tls_strp_abort_strp()
/linux/net/vmw_vsock/
H A Dvmci_transport.c836 sk_error_report(sk); in vmci_transport_handle_detach()
1371 sk_error_report(sk); in vmci_transport_recv_connecting_client()
H A Dvirtio_transport.c419 sk_error_report(sk); in virtio_vsock_reset_sock()
/linux/drivers/soc/qcom/
H A Dqmi_interface.c604 sock->sk->sk_error_report = qmi_data_ready; in qmi_sock_create()
/linux/net/sunrpc/
H A Dxprtsock.c1180 transport->old_error_report = sk->sk_error_report; in xs_save_old_callbacks()
1188 sk->sk_error_report = transport->old_error_report; in xs_restore_old_callbacks()
1969 sk->sk_error_report = xs_error_report; in xs_local_finish_connecting()
2359 sk->sk_error_report = xs_error_report; in xs_tcp_finish_connecting()
/linux/drivers/vhost/
H A Dvsock.c723 sk_error_report(sk); in vhost_vsock_reset_orphans()
/linux/net/core/
H A Dsock.c346 void sk_error_report(struct sock *sk) in sk_error_report() function
348 sk->sk_error_report(sk); in sk_error_report()
360 EXPORT_SYMBOL(sk_error_report);
3555 sk->sk_error_report = sock_def_error_report; in sock_init_data_uid()

123