Home
last modified time | relevance | path

Searched refs:ENONET (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.15/fs/afs/
H A Dmisc.c130 e->error == -ENONET) in afs_prioritise_error()
134 case -ENONET: in afs_prioritise_error()
H A Dvl_probe.c73 case -ENONET: in afs_vlserver_probe_result()
H A Dfs_probe.c165 case -ENONET: in afs_fileserver_probe_result()
/linux-6.15/tools/include/uapi/asm-generic/
H A Derrno.h47 #define ENONET 64 /* Machine is not on the network */ macro
/linux-6.15/include/uapi/asm-generic/
H A Derrno.h47 #define ENONET 64 /* Machine is not on the network */ macro
/linux-6.15/tools/arch/mips/include/uapi/asm/
H A Derrno.h42 #define ENONET 64 /* Machine is not on the network */ macro
/linux-6.15/tools/arch/parisc/include/uapi/asm/
H A Derrno.h22 #define ENONET 50 /* Machine is not on the network */ macro
/linux-6.15/tools/arch/sparc/include/uapi/asm/
H A Derrno.h54 #define ENONET 80 /* Machine is not on the network */ macro
/linux-6.15/tools/arch/alpha/include/uapi/asm/
H A Derrno.h86 #define ENONET 105 /* Machine is not on the network */ macro
/linux-6.15/arch/parisc/include/uapi/asm/
H A Derrno.h22 #define ENONET 50 /* Machine is not on the network */ macro
/linux-6.15/arch/sparc/include/uapi/asm/
H A Derrno.h54 #define ENONET 80 /* Machine is not on the network */ macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Derrno.h86 #define ENONET 105 /* Machine is not on the network */ macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Derrno.h42 #define ENONET 64 /* Machine is not on the network */ macro
/linux-6.15/net/xfrm/
H A Dxfrm_state_bpf.c87 opts->error = -ENONET; in bpf_xdp_get_xfrm_state()
/linux-6.15/drivers/net/wireguard/
H A Dsocket.c42 ret = -ENONET; in send4()
122 ret = -ENONET; in send6()
381 return -ENONET; in wg_socket_init()
/linux-6.15/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c291 return -ENONET; in vivid_cec_adap_transmit()
295 return -ENONET; in vivid_cec_adap_transmit()
/linux-6.15/net/9p/
H A Derror.c84 {"Machine is not on the network", ENONET},
/linux-6.15/net/netfilter/
H A Dnf_conntrack_bpf.c145 return ERR_PTR(-ENONET); in __bpf_nf_ct_alloc_entry()
207 return ERR_PTR(-ENONET); in __bpf_nf_ct_lookup()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c114 ASSERT_EQ(skel->bss->test_enonet_netns_id, -ENONET, "Test ENONET for bad but valid netns_id"); in test_bpf_nf_ct()
/linux-6.15/lib/
H A Derrname.c108 E(ENONET),
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c9 #define ENONET 64 macro
/linux-6.15/net/batman-adv/
H A Doriginator.c774 if (IS_ERR(hard_iface) && PTR_ERR(hard_iface) != -ENONET) { in batadv_hardif_neigh_dump()
1345 if (IS_ERR(hard_iface) && PTR_ERR(hard_iface) != -ENONET) { in batadv_orig_dump()
H A Dnetlink.c1200 return ERR_PTR(-ENONET); in batadv_netlink_get_meshif()
1284 return ERR_PTR(-ENONET); in batadv_netlink_get_hardif()
/linux-6.15/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst77 address is invalid (due to e.g. a disconnect) will return ``ENONET``.
385 ENONET
/linux-6.15/fs/orangefs/
H A Dorangefs-utils.c466 EBADR, EDEADLOCK, ENODATA, ETIME, ENONET, EREMOTE, ECOMM,

12