Home
last modified time | relevance | path

Searched refs:sk_psock_report_error (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dskmsg.h377 static inline void sk_psock_report_error(struct sk_psock *psock, int err) in sk_psock_report_error() function
/openbmc/linux/net/core/
H A Dskmsg.c688 sk_psock_report_error(psock, ret ? -ret : EPIPE); in sk_psock_backlog()