Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 207) sorted by relevance

123456789

/net/atm/
A Dsvc.c107 int error; in svc_bind() local
163 int error; in svc_connect() local
218 error = 0; in svc_connect()
261 if (error) in svc_connect()
278 if (!error) in svc_connect()
292 int error; in svc_listen() local
335 int error; in svc_accept() local
340 if (error) in svc_accept()
393 error = error == -EAGAIN ? -EBUSY : error; in svc_accept()
537 int error; in svc_addparty() local
[all …]
A Dcommon.c386 int error; in __vcc_connect() local
432 if (error) in __vcc_connect()
466 int error; in vcc_connect() local
554 if (error) in vcc_recvmsg()
604 error = 0; in vcc_sendmsg()
625 if (error) in vcc_sendmsg()
646 error = error ? error : size; in vcc_sendmsg()
689 int error; in atm_change_qos() local
702 if (error) in atm_change_qos()
733 int error; in check_qos() local
[all …]
A Dresources.c178 int error = 0; in fetch_stats() local
223 return error; in atm_getnames()
271 error = -EPERM; in atm_dev_ioctl()
284 error = -EPERM; in atm_dev_ioctl()
291 if (error) in atm_dev_ioctl()
310 error = -EPERM; in atm_dev_ioctl()
323 error = -EPERM; in atm_dev_ioctl()
346 if (error < 0) in atm_dev_ioctl()
348 size = error; in atm_dev_ioctl()
396 error = 0; in atm_dev_ioctl()
[all …]
A Dioctl.c56 int error; in do_vcc_ioctl() local
67 error = -EINVAL; in do_vcc_ioctl()
79 error = -EINVAL; in do_vcc_ioctl()
92 error = 0; in do_vcc_ioctl()
96 error = -EPERM; in do_vcc_ioctl()
107 error = -EPERM; in do_vcc_ioctl()
116 error = -EINVAL; in do_vcc_ioctl()
121 if (!error) in do_vcc_ioctl()
129 if (error) in do_vcc_ioctl()
153 error = -ENOIOCTLCMD; in do_vcc_ioctl()
[all …]
A Daddr.c74 int error; in atm_add_addr() local
76 error = check_addr(addr); in atm_add_addr()
77 if (error) in atm_add_addr()
78 return error; in atm_add_addr()
109 int error; in atm_del_addr() local
111 error = check_addr(addr); in atm_del_addr()
112 if (error) in atm_del_addr()
113 return error; in atm_del_addr()
139 int total = 0, error; in atm_get_addr() local
159 error = -EFAULT; in atm_get_addr()
[all …]
A Dpvc.c33 int error; in pvc_bind() local
43 error = -EBADFD; in pvc_bind()
52 error = vcc_connect(sock, addr->sap_addr.itf, addr->sap_addr.vpi, in pvc_bind()
56 return error; in pvc_bind()
69 int error; in pvc_setsockopt() local
72 error = vcc_setsockopt(sock, level, optname, optval, optlen); in pvc_setsockopt()
74 return error; in pvc_setsockopt()
81 int error; in pvc_getsockopt() local
84 error = vcc_getsockopt(sock, level, optname, optval, optlen); in pvc_getsockopt()
86 return error; in pvc_getsockopt()
/net/nfc/
A Dcore.c61 error: in nfc_fw_download()
127 error: in nfc_dev_up()
165 error: in nfc_dev_down()
231 error: in nfc_start_poll()
263 error: in nfc_stop_poll()
322 error: in nfc_dep_link_up()
357 error: in nfc_dep_link_down()
430 error: in nfc_activate_target()
472 error: in nfc_deactivate_target()
529 error: in nfc_data_exchange()
[all …]
/net/sctp/
A Dsm_sideeffect.c238 int error; in sctp_generate_t3_rtx_event() local
259 if (error) in sctp_generate_t3_rtx_event()
300 if (error) in sctp_generate_timeout_event()
401 if (error) in sctp_generate_heartbeat_event()
475 if (error) in sctp_generate_reconf_event()
508 if (error) in sctp_generate_probe_event()
649 asoc->outqueue.error = error; in sctp_cmd_init_failed()
690 asoc->outqueue.error = error; in sctp_cmd_assoc_failed()
705 int error; in sctp_cmd_process_init() local
1196 int error; in sctp_side_effects() local
[all …]
A Dbind_addr.c49 int error = 0; in sctp_bind_addr_copy() local
58 if (error < 0) in sctp_bind_addr_copy()
71 if (error < 0) in sctp_bind_addr_copy()
80 error = -ENETUNREACH; in sctp_bind_addr_copy()
83 if (error) in sctp_bind_addr_copy()
86 return error; in sctp_bind_addr_copy()
99 int error = 0; in sctp_bind_addr_dup() local
107 if (error < 0) in sctp_bind_addr_dup()
111 return error; in sctp_bind_addr_dup()
463 int error = 0; in sctp_copy_one_addr() local
[all …]
/net/core/
A Dnet-sysfs.c1260 if (error) in rx_queue_add_kobject()
1265 if (error) in rx_queue_add_kobject()
1275 if (error) in rx_queue_add_kobject()
1294 int error; in rx_queue_change_owner() local
1297 if (error) in rx_queue_change_owner()
1997 if (error) in netdev_queue_add_kobject()
2002 if (error) in netdev_queue_add_kobject()
2026 int error; in tx_queue_change_owner() local
2029 if (error) in tx_queue_change_owner()
2113 if (error) in register_queue_kobjects()
[all …]
A Dnet_namespace.c433 int error = 0; in setup_net() local
446 return error; in setup_net()
1306 int error; in __register_pernet_operations() local
1315 if (error) in __register_pernet_operations()
1326 return error; in __register_pernet_operations()
1374 int error; in register_pernet_operations() local
1392 if (error) { in register_pernet_operations()
1398 return error; in register_pernet_operations()
1430 int error; in register_pernet_subsys() local
1434 return error; in register_pernet_subsys()
[all …]
/net/rxrpc/
A Dcall_state.c16 int error) in rxrpc_set_call_completion() argument
22 call->error = error; in rxrpc_set_call_completion()
44 u32 abort_code, int error, enum rxrpc_abort_reason why) in rxrpc_abort_call() argument
47 abort_code, error); in rxrpc_abort_call()
49 abort_code, error)) in rxrpc_abort_call()
61 int error) in rxrpc_prefail_call() argument
64 call->error = error; in rxrpc_prefail_call()
A Daf_rxrpc.c142 goto error; in rxrpc_bind()
202 error: in rxrpc_bind()
503 goto error; in rxrpc_connect()
514 goto error; in rxrpc_connect()
521 error: in rxrpc_connect()
647 goto error; in rxrpc_setsockopt()
650 goto error; in rxrpc_setsockopt()
657 goto error; in rxrpc_setsockopt()
662 goto error; in rxrpc_setsockopt()
672 goto error; in rxrpc_setsockopt()
[all …]
/net/l2tp/
A Dl2tp_ppp.c265 int error; in pppol2tp_sendmsg() local
272 goto error; in pppol2tp_sendmsg()
278 goto error; in pppol2tp_sendmsg()
322 error: in pppol2tp_sendmsg()
426 int error; in pppol2tp_release() local
456 error: in pppol2tp_release()
502 error = 0; in pppol2tp_create()
641 int error; in pppol2tp_tunnel_get() local
710 int error; in pppol2tp_connect() local
796 error = 0; in pppol2tp_connect()
[all …]
/net/bluetooth/
A Dhci_codec.c114 error: in hci_read_codec_capabilities()
139 goto error; in hci_read_supported_codecs()
144 goto error; in hci_read_supported_codecs()
153 goto error; in hci_read_supported_codecs()
173 goto error; in hci_read_supported_codecs()
185 error: in hci_read_supported_codecs()
208 goto error; in hci_read_supported_codecs_v2()
213 goto error; in hci_read_supported_codecs_v2()
222 goto error; in hci_read_supported_codecs_v2()
241 goto error; in hci_read_supported_codecs_v2()
[all …]
/net/psample/
A Dpsample.c54 goto error; in psample_group_nl_fill()
58 goto error; in psample_group_nl_fill()
62 goto error; in psample_group_nl_fill()
67 error: in psample_group_nl_fill()
418 goto error; in psample_sample_packet()
434 goto error; in psample_sample_packet()
438 goto error; in psample_sample_packet()
442 goto error; in psample_sample_packet()
446 goto error; in psample_sample_packet()
471 goto error; in psample_sample_packet()
[all …]
/net/ipv4/
A Dip_options.c276 goto error; in __ip_options_compile()
281 goto error; in __ip_options_compile()
288 goto error; in __ip_options_compile()
292 goto error; in __ip_options_compile()
297 goto error; in __ip_options_compile()
314 goto error; in __ip_options_compile()
318 goto error; in __ip_options_compile()
322 goto error; in __ip_options_compile()
342 goto error; in __ip_options_compile()
346 goto error; in __ip_options_compile()
[all …]
/net/openvswitch/
A Ddatapath.c257 int error; in ovs_dp_process_packet() local
945 error: in ovs_flow_cmd_fill_info()
1008 int error; in ovs_flow_cmd_new() local
1041 if (error) in ovs_flow_cmd_new()
1161 error: in ovs_flow_cmd_new()
1237 error: in ovs_nla_init_match_and_action()
1340 error: in ovs_flow_cmd_set()
1642 error: in ovs_dp_cmd_fill_info()
2184 error: in ovs_vport_cmd_fill_info()
2657 error: in dp_register_genl()
[all …]
/net/9p/
A Dclient.c970 error: in p9_client_version()
1147 error: in p9_client_attach()
1221 error: in p9_client_walk()
1269 error: in p9_client_open()
1313 error: in p9_client_create_dotl()
1356 error: in p9_client_fcreate()
1390 error: in p9_client_symlink()
1434 error: in p9_client_fsync()
1460 error: in p9_client_clunk()
1493 error: in p9_client_remove()
[all …]
A Dtrans_rdma.c394 goto error; in post_recv()
413 error: in post_recv()
660 goto error; in rdma_create_trans()
683 goto error; in rdma_create_trans()
686 goto error; in rdma_create_trans()
691 goto error; in rdma_create_trans()
694 goto error; in rdma_create_trans()
701 goto error; in rdma_create_trans()
706 goto error; in rdma_create_trans()
722 goto error; in rdma_create_trans()
[all …]
/net/wireless/
A Dpmsr.c461 goto error; in nl80211_pmsr_send_ftm_res()
465 goto error; in nl80211_pmsr_send_ftm_res()
475 goto error; in nl80211_pmsr_send_ftm_res()
479 goto error; in nl80211_pmsr_send_ftm_res()
486 error: in nl80211_pmsr_send_ftm_res()
497 goto error; in nl80211_pmsr_send_result()
501 goto error; in nl80211_pmsr_send_result()
505 goto error; in nl80211_pmsr_send_result()
508 goto error; in nl80211_pmsr_send_result()
512 goto error; in nl80211_pmsr_send_result()
[all …]
/net/xfrm/
A Dxfrm_state_bpf.c36 s32 error; member
71 if (!opts || opts__sz < sizeof(opts->error)) in bpf_xdp_get_xfrm_state()
75 opts->error = -EINVAL; in bpf_xdp_get_xfrm_state()
80 opts->error = -EINVAL; in bpf_xdp_get_xfrm_state()
87 opts->error = -ENONET; in bpf_xdp_get_xfrm_state()
98 opts->error = -ENOENT; in bpf_xdp_get_xfrm_state()
/net/rfkill/
A Dcore.c859 int error; in rfkill_dev_uevent() local
862 if (error) in rfkill_dev_uevent()
866 if (error) in rfkill_dev_uevent()
874 if (error) in rfkill_dev_uevent()
1064 int error; in rfkill_register() local
1085 if (error) in rfkill_register()
1089 if (error) in rfkill_register()
1409 int error; in rfkill_init() local
1414 if (error) in rfkill_init()
1418 if (error) in rfkill_init()
[all …]
/net/strparser/
A Dstrparser.c67 desc->error = err; in strp_parser_err()
116 desc->error = -ENOMEM; in __strp_recv()
122 desc->error = -ENOMEM; in __strp_recv()
136 desc->error = err; in __strp_recv()
148 desc->error = -EINVAL; in __strp_recv()
155 desc->error = -ENOMEM; in __strp_recv()
174 desc->error = -ENOMEM; in __strp_recv()
197 desc->error = err; in __strp_recv()
357 desc.error = 0; in strp_read_sock()
366 desc.error = strp->cb.read_sock_done(strp, desc.error); in strp_read_sock()
[all …]
/net/sunrpc/
A Dsvc.c997 int error; in __svc_rpcb_register4() local
1020 return error; in __svc_rpcb_register4()
1045 int error; in __svc_rpcb_register6() local
1066 error = -EAFNOSUPPORT; in __svc_rpcb_register6()
1068 return error; in __svc_rpcb_register6()
1099 return error; in __svc_register()
1121 int error; in svc_generic_rpcbind_set() local
1161 int error = 0; in svc_register() local
1174 if (error < 0) { in svc_register()
1183 return error; in svc_register()
[all …]

Completed in 80 milliseconds

123456789