Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 10 of 10) sorted by relevance

/net/9p/
A Derror.c203 int errno; in p9_errstr2errno() local
207 errno = 0; in p9_errstr2errno()
212 errno = c->val; in p9_errstr2errno()
217 if (errno == 0) { in p9_errstr2errno()
222 errno = ESERVERFAULT; in p9_errstr2errno()
225 return -errno; in p9_errstr2errno()
/net/ipv4/
A Dicmp.c122 .errno = ENETUNREACH, /* ICMP_NET_UNREACH */
130 .errno = ENOPROTOOPT /* ICMP_PROT_UNREACH */,
138 .errno = EMSGSIZE, /* ICMP_FRAG_NEEDED */
142 .errno = EOPNOTSUPP, /* ICMP_SR_FAILED */
146 .errno = ENETUNREACH, /* ICMP_NET_UNKNOWN */
150 .errno = EHOSTDOWN, /* ICMP_HOST_UNKNOWN */
154 .errno = ENONET, /* ICMP_HOST_ISOLATED */
158 .errno = ENETUNREACH, /* ICMP_NET_ANO */
162 .errno = EHOSTUNREACH, /* ICMP_HOST_ANO */
166 .errno = ENETUNREACH, /* ICMP_NET_UNR_TOS */
[all …]
A Draw.c252 err = icmp_err_convert[code].errno; in raw_err()
A Dping.c564 err = icmp_err_convert[code].errno; in ping_err()
A Dtcp_ipv4.c601 err = icmp_err_convert[code].errno; in tcp_v4_err()
A Dudp.c994 err = icmp_err_convert[code].errno; in __udp4_lib_err()
/net/sunrpc/auth_gss/
A Dauth_gss.c375 switch (gss_msg->msg.errno) { in gss_handle_downcall_result()
401 task->tk_status = gss_msg->msg.errno; in gss_upcall_callback()
630 err = gss_msg->msg.errno; in gss_refresh_upcall()
679 if (gss_msg->ctx != NULL || gss_msg->msg.errno < 0) { in gss_create_upcall()
693 err = gss_msg->msg.errno; in gss_create_upcall()
780 gss_msg->msg.errno = err; in gss_pipe_downcall()
787 gss_msg->msg.errno = -EAGAIN; in gss_pipe_downcall()
792 gss_msg->msg.errno = -EIO; in gss_pipe_downcall()
859 gss_msg->msg.errno = -EPIPE; in gss_pipe_release()
876 if (msg->errno < 0) { in gss_pipe_destroy_msg()
[all …]
/net/core/
A Dxdp.c277 int id, errno, ret; in __xdp_reg_mem_model() local
307 errno = id; in __xdp_reg_mem_model()
319 errno = PTR_ERR(ptr); in __xdp_reg_mem_model()
332 return ERR_PTR(errno); in __xdp_reg_mem_model()
/net/sunrpc/
A Drpc_pipe.c74 msg->errno = err; in rpc_purge_list()
113 msg->errno = -EFAULT; in rpc_pipe_generic_upcall()
119 msg->errno = 0; in rpc_pipe_generic_upcall()
254 msg->errno = -EAGAIN; in rpc_pipe_release()
/net/sctp/
A Dinput.c570 err = icmp_err_convert[code].errno; in sctp_v4_err_handle()

Completed in 40 milliseconds