/Linux-v6.6/fs/afs/ |
D | misc.c | 128 e->error == -ENONET) in afs_prioritise_error() 132 case -ENONET: in afs_prioritise_error()
|
D | vl_probe.c | 72 case -ENONET: in afs_vlserver_probe_result()
|
D | fs_probe.c | 124 case -ENONET: in afs_fileserver_probe_result()
|
/Linux-v6.6/tools/include/uapi/asm-generic/ |
D | errno.h | 47 #define ENONET 64 /* Machine is not on the network */ macro
|
/Linux-v6.6/include/uapi/asm-generic/ |
D | errno.h | 47 #define ENONET 64 /* Machine is not on the network */ macro
|
/Linux-v6.6/arch/mips/include/uapi/asm/ |
D | errno.h | 42 #define ENONET 64 /* Machine is not on the network */ macro
|
/Linux-v6.6/arch/sparc/include/uapi/asm/ |
D | errno.h | 54 #define ENONET 80 /* Machine is not on the network */ macro
|
/Linux-v6.6/arch/parisc/include/uapi/asm/ |
D | errno.h | 22 #define ENONET 50 /* Machine is not on the network */ macro
|
/Linux-v6.6/arch/alpha/include/uapi/asm/ |
D | errno.h | 86 #define ENONET 105 /* Machine is not on the network */ macro
|
/Linux-v6.6/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 86 #define ENONET 105 /* Machine is not on the network */ macro
|
/Linux-v6.6/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 42 #define ENONET 64 /* Machine is not on the network */ macro
|
/Linux-v6.6/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 22 #define ENONET 50 /* Machine is not on the network */ macro
|
/Linux-v6.6/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 54 #define ENONET 80 /* Machine is not on the network */ macro
|
/Linux-v6.6/drivers/net/wireguard/ |
D | socket.c | 42 ret = -ENONET; in send4() 122 ret = -ENONET; in send6() 381 return -ENONET; in wg_socket_init()
|
/Linux-v6.6/net/9p/ |
D | error.c | 83 {"Machine is not on the network", ENONET},
|
/Linux-v6.6/net/netfilter/ |
D | nf_conntrack_bpf.c | 130 return ERR_PTR(-ENONET); in __bpf_nf_ct_alloc_entry() 174 return ERR_PTR(-ENONET); in __bpf_nf_ct_lookup()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_nf.c | 110 ASSERT_EQ(skel->bss->test_enonet_netns_id, -ENONET, "Test ENONET for bad but valid netns_id"); in test_bpf_nf_ct()
|
/Linux-v6.6/lib/ |
D | errname.c | 108 E(ENONET),
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_bpf_nf.c | 8 #define ENONET 64 macro
|
/Linux-v6.6/Documentation/userspace-api/media/cec/ |
D | cec-ioc-receive.rst | 77 address is invalid (due to e.g. a disconnect) will return ``ENONET``. 370 ENONET
|
/Linux-v6.6/fs/orangefs/ |
D | orangefs-utils.c | 466 EBADR, EDEADLOCK, ENODATA, ETIME, ENONET, EREMOTE, ECOMM,
|
/Linux-v6.6/drivers/virt/vboxguest/ |
D | vboxguest_utils.c | 776 [-VERR_NET_NO_NETWORK] = -ENONET,
|
/Linux-v6.6/drivers/media/cec/core/ |
D | cec-api.c | 226 err = -ENONET; in cec_transmit()
|
D | cec-adap.c | 856 return -ENONET; in cec_transmit_msg_fh() 864 return -ENONET; in cec_transmit_msg_fh()
|
/Linux-v6.6/net/ipv4/ |
D | icmp.c | 150 .errno = ENONET, /* ICMP_HOST_ISOLATED */
|