Searched refs:ENETUNREACH (Results 1 - 25 of 83) sorted by last modified time

1234

/linux-master/net/ipv6/
H A Dudp.c1389 -ENETUNREACH : udp_sendmsg(sk, msg, len);
H A Dip6_output.c1208 if (err == -ENETUNREACH)
H A Dtcp_ipv6.c187 return -ENETUNREACH;
225 return -ENETUNREACH;
H A Droute.c299 .error = -ENETUNREACH,
6150 err = -ENETUNREACH;
/linux-master/net/ipv4/
H A Dudp.c1227 if (err == -ENETUNREACH)
H A Dip_output.c1297 return -ENETUNREACH;
H A Droute.c971 case ENETUNREACH:
986 case ENETUNREACH:
2670 rth = ERR_PTR(-ENETUNREACH);
2723 rth = ERR_PTR(-ENETUNREACH);
H A Dicmp.c119 .errno = ENETUNREACH, /* ICMP_NET_UNREACH */
143 .errno = ENETUNREACH, /* ICMP_NET_UNKNOWN */
155 .errno = ENETUNREACH, /* ICMP_NET_ANO */
163 .errno = ENETUNREACH, /* ICMP_NET_UNR_TOS */
/linux-master/net/core/
H A Dfilter.c7461 return -ENETUNREACH;
11916 return -ENETUNREACH;
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c2590 else if (err == -ENETUNREACH)
/linux-master/net/sunrpc/
H A Dxprtsock.c1057 case -ENETUNREACH:
2452 case -ENETUNREACH:
H A Dclnt.c2114 case -ENETUNREACH:
2208 case -ENETUNREACH:
2332 case -ENETUNREACH:
2396 case -ENETUNREACH:
2462 case -ENETUNREACH:
/linux-master/net/ax25/
H A Daf_ax25.c93 ax25_disconnect(s, ENETUNREACH);
102 ax25_disconnect(s, ENETUNREACH);
1521 err = -ENETUNREACH;
/linux-master/drivers/net/
H A Dgeneve.c1041 else if (err == -ENETUNREACH)
/linux-master/net/rds/
H A Dsend.c167 ret = -ENETUNREACH; /* dont requeue send work */
459 ret = -ENETUNREACH;
1381 ret = -ENETUNREACH;
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.c3692 return -ENETUNREACH;
3711 return -ENETUNREACH;
3716 return -ENETUNREACH;
3725 int err = -ENETUNREACH;
/linux-master/net/iucv/
H A Daf_iucv.c696 err = -ENETUNREACH;
/linux-master/fs/afs/
H A Drotate.c452 case -ENETUNREACH:
/linux-master/include/trace/misc/
H A Dnfs.h237 { ENETUNREACH, "ENETUNREACH" }, \
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1136 case -ENETUNREACH:
1243 case -ENETUNREACH:
/linux-master/drivers/net/ieee802154/
H A Dca8210.c524 return -ENETUNREACH;
/linux-master/net/x25/
H A Daf_x25.c784 rc = -ENETUNREACH;
1133 rc = -ENETUNREACH;
1781 x25_disconnect(s, ENETUNREACH, 0, 0);
/linux-master/net/smc/
H A Dsmc_clc.c1019 reason_code = -ENETUNREACH;
1208 reason_code = -ENETUNREACH;
/linux-master/net/rxrpc/
H A Doutput.c716 case -ENETUNREACH:
/linux-master/net/mpls/
H A Daf_mpls.c2402 err = -ENETUNREACH;
2467 err = -ENETUNREACH;

Completed in 556 milliseconds

1234